summaryrefslogtreecommitdiffstats
path: root/development/flow
diff options
context:
space:
mode:
author B. Watson2020-10-13 03:09:03 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:39:05 +0200
commit91375d94ad2624d8f06839b7a6b93989550afb3a (patch)
treeaea3fb987973efc2b5f84601ae2922ca5ffe0f0c /development/flow
parentf9c0738a5f469a4e8d079673be77f79c4dca2b1c (diff)
downloadslackbuilds-91375d94ad2624d8f06839b7a6b93989550afb3a.tar.gz
development/flow: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/flow')
-rw-r--r--development/flow/README17
1 files changed, 9 insertions, 8 deletions
diff --git a/development/flow/README b/development/flow/README
index 1d46febfd4..f5138eec45 100644
--- a/development/flow/README
+++ b/development/flow/README
@@ -8,14 +8,15 @@ program that are dynamic in nature can easily bypass the type checker
so you can mix statically typed code with dynamic code.
Flow also supports a highly expressive type language. Flow types can
-express much more fine-grained distinctions than traditional type systems.
-For example, Flow helps you catch errors involving null, unlike most
-type systems.
+express much more fine-grained distinctions than traditional type
+systems. For example, Flow helps you catch errors involving null,
+unlike most type systems.
NOTE:
-Flow does not support 32-bit systems, but there is a commented out patch
-included here that will allow it to build. Note that although `flow`
-will compile and run on a 32-bit system with this patch, it will not pass
-the built-in tests. The patch is included in the hopes that someone brave
-enough will investigate this and help upstream deliver 32-bit support.
+Flow does not support 32-bit systems, but there is a commented out
+patch included here that will allow it to build. Note that although
+`flow` will compile and run on a 32-bit system with this patch, it will
+not pass the built-in tests. The patch is included in the hopes that
+someone brave enough will investigate this and help upstream deliver
+32-bit support.