diff --git a/doc/docs.md b/doc/docs.md index b5839807cf..6282610b67 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -1272,7 +1272,8 @@ val2 := arr[333]? println(val2) ``` -Maps are ordered by insertion, like dictionaries in Python. The order is a guaranteed language feature. This may change in the future. +Maps are ordered by insertion, like dictionaries in Python. The order is a +guaranteed language feature. This may change in the future. ## Module imports @@ -5800,7 +5801,7 @@ or ```shell v -os linux . ``` -NB: Cross-compiling a windows binary on a linux machine requires the GNU C compiler for +NB: Cross-compiling a windows binary on a linux machine requires the GNU C compiler for MinGW-w64 (targeting Win64) to first be installed. ```shell