diff --git a/README.md b/README.md index 213d0723..06818b90 100644 --- a/README.md +++ b/README.md @@ -414,7 +414,9 @@ Future plans get some => "some " + about; set some(val) => about += val; - }- classes and typing with templates + } + +- classes and typing with templates class A { // ...