From 63797cff2a1eba5acd8822c0687c84130de56174 Mon Sep 17 00:00:00 2001 From: rtmigo Date: Fri, 19 Mar 2021 23:42:35 +0300 Subject: [PATCH] docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 102b93b..749375d 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ Therefore, the sequence generated for example by the The `double` values will also be the same as if the upper bits of `uint64_t` type were converted to `double_t` in C99 by unsafe pointer casting. There are no -pointers or unsafe conversions in Dart. Moreover, there are no upper bits `uint64_t` in JavaScript. +pointers or unsafe conversions in Dart. Moreover, there are no upper bits of `uint64_t` in JavaScript. But `double`s are the same type everywhere, and their random values will be the same. Testing is done in the GitHub Actions cloud on **Windows**, **Ubuntu**, and **macOS** in **VM** and **Node.js** modes.