Browse Source

Update types.md

Marco Bambini 6 years ago
parent
commit
199fbb6b99
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/types.md

+ 1 - 1
docs/types.md

@@ -17,4 +17,4 @@ func sum (a:Int, b: Int) {
 }
 }
 ```
 ```
 
 
-> Manifest typing is currently used in autocompletion feature but I plan to introduce a full static type checking in a future release.
+> Manifest typing is currently used in autocompletion feature, full static type checking will be introduced in a future release.