diff --git a/README.md b/README.md index ca292b77d46..16aa9323b4e 100644 --- a/README.md +++ b/README.md @@ -157,9 +157,9 @@ You do not have to use nix: The fields of an actor are all of function type with a return type of `async t` or `()`. -* Array types: Java-like, but elements can be mutable or immutable - - `T[]` - - `var T[]` +* Array types: elements can be mutable or immutable + - `[T]` + - `[var T]` * Option types: ML/Haskell-style option/maybe type, other types do not include null! - `T?`