diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-08-19 08:48:25 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-08-19 08:48:25 -0400 |
| commit | 0865e65e2d4b1f53ea0f2fbb711be77e6fedd9ac (patch) | |
| tree | 0a283c58bccf0f187f19cd5c62e97c66ff9bb325 /spec/system.md | |
| parent | 222a7f19b75388b0c07b339ada198eb8fe5b9b15 (diff) | |
Monadic Range returns an atom
Diffstat (limited to 'spec/system.md')
| -rw-r--r-- | spec/system.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/system.md b/spec/system.md index adfbcfd5..b7c9b911 100644 --- a/spec/system.md +++ b/spec/system.md @@ -205,7 +205,7 @@ More accurately the modifier `•_maxTime_` *may* fail if execution of `𝔽` ta | Name | Summary |-----------|------------------------------ -| `Range` | An array of shape `𝕨⊣⟨⟩` selected from `↕𝕩` +| `Range` | A number, or array of shape `𝕨`, selected from `↕𝕩` | `Deal` | A simple random sample of `𝕨⊣𝕩` elements of `↕𝕩` | `Subset` | A sorted SRS of `𝕨` elements of `↕𝕩` |
