diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-07-15 16:42:53 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-07-15 16:42:53 -0400 |
| commit | af7af923366fe116019e50785e56def172a6a1ab (patch) | |
| tree | bd5facb3ac707fb8ee0f0d261f4d601accff9ede /docs | |
| parent | c3bb2309bdfd8598a2c71fa66c95543fb70ca9c1 (diff) | |
Change •file.At to not resolve 𝕨 in JS and spec, matching CBQN
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/spec/system.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/spec/system.html b/docs/spec/system.html index 67af11c2..fadf914b 100644 --- a/docs/spec/system.html +++ b/docs/spec/system.html @@ -176,7 +176,7 @@ </tr> <tr> <td><code><span class='Function'>At</span></code></td> -<td>Absolute path of file, with optional base <code><span class='Value'>𝕨</span></code></td> +<td>Join base path <code><span class='Value'>𝕨</span></code>, or <code><span class='Value'>•path</span></code> if not given, to <code><span class='Value'>𝕩</span></code></td> </tr> <tr> <td><code><span class='Function'>Name</span></code></td> |
