ソースを参照

Update types.md

Marco Bambini 6 年 前
コミット
a3820e4d1d
1 ファイル変更1 行追加1 行削除
  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 but I plan to introduce a full static type checking in a future release.