Skip to content

Commit 389ae50

Browse files
authored
Update README.md to fix typo
Signed-off-by: Herb Sutter <[email protected]>
1 parent 7570f4f commit 389ae50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ I'm not posting much documentation because that would imply this project is inte
9999
To learn more, please see:
100100

101101
- [**My CppCon 2022 talk, "Can C++ be 10x simpler and safer ...?"**](https://www.youtube.com/watch?v=ELeZAKCN4tY)
102-
- [**My CppCon 2023 talk, "Cooperative C++ Evolution: Toward a TypeScript for C++?"**](https://www.youtube.com/watch?v=8U3hl8XMm8c)
102+
- [**My CppCon 2023 talk, "Cooperative C++ Evolution: Toward a TypeScript for C++"**](https://www.youtube.com/watch?v=8U3hl8XMm8c)
103103
- **The [cppfront regression tests](https://github.com/hsutter/cppfront/tree/main/regression-tests)** which show dozens of working examples, each with a`.cpp2` file. In the `/test-results/` subdirectory you can see the `.cpp` file that each is translated to. Each filename briefly describes the language features the test demonstrates (e.g., contracts, parameter passing, bounds safety, type-safe `is` queries and `as` casts, initialization safety, and generalized value capture including in function expressions ('lambdas'), postconditions, and string interpolation).
104104
- The list of papers and talks below.
105105

0 commit comments

Comments
 (0)