From 33882ddefa3ce35eaa332a3cdea74a21263c905c Mon Sep 17 00:00:00 2001 From: "Marc J. Schmidt" Date: Mon, 17 Oct 2022 10:13:38 +0200 Subject: [PATCH] typo --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index b95fe8f..9a79508 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,6 @@ TypeRunner warm: 0.001111333ms (1,709x faster) ### Complex type -``` ```typescript type StringToNum = `${A['length']}` extends T ? A['length'] : StringToNum; const var1: StringToNum<'999'> = 999; @@ -98,8 +97,6 @@ TypeRunner cold: 0.862534792ms (406x faster) TypeRunner warm: 0.839308334ms (417x faster) ``` -``` - ## Development TypeRunner is written in modern C++ with cmake, doctest, imgui, tracy, fmt. To work on this project first clone the repository: