diff options
| -rw-r--r-- | docs/spec/system.html | 2 | ||||
| -rw-r--r-- | spec/system.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/spec/system.html b/docs/spec/system.html index 477f32b4..e95be2ab 100644 --- a/docs/spec/system.html +++ b/docs/spec/system.html @@ -458,7 +458,7 @@ <tbody> <tr> <td><code><span class='Function'>Range</span></code></td> -<td>An array of shape <code><span class='Value'>𝕨</span><span class='Function'>⊣</span><span class='Bracket'>⟨⟩</span></code> selected from <code><span class='Function'>↕</span><span class='Value'>𝕩</span></code></td> +<td>A number, or array of shape <code><span class='Value'>𝕨</span></code>, selected from <code><span class='Function'>↕</span><span class='Value'>𝕩</span></code></td> </tr> <tr> <td><code><span class='Function'>Deal</span></code></td> 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 `↕𝕩` |
