One small formatting correction for the stdlib README.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Mon, 30 Mar 2020 07:41:09 +0000 (00:41 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Mon, 30 Mar 2020 07:41:09 +0000 (00:41 -0700)
stdlib/README.md

index 32b5091..e455d3c 100644 (file)
@@ -170,8 +170,8 @@ then expected in your source code.
 
 For example, to push a 64-bit array of all `1`'s on to the stack we must push
 `SSTTN`, or `-1`, not
 
 For example, to push a 64-bit array of all `1`'s on to the stack we must push
 `SSTTN`, or `-1`, not
-`SSSTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTN`
-(2^65-1).
+`SSSTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTN`, or
+`2^65-1`.
 
 
 ## Extending Heap Reservation ##
 
 
 ## Extending Heap Reservation ##