Skip to content

Commit e6c3182

Browse files
committed
Merge pull request #229 from jbampton/fix-spelling
misc: fix spelling
1 parent 18b364e commit e6c3182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

help/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@
833833
removed.</pre></div><div class="help-entry"><a href="#embed-ns/bare-bones" name="embed-ns/bare-bones"></a><pre class="type-and-sig">[fn] (embed-ns/bare-bones result)</pre><pre class="docstring-and-examples">Makes a `"lib/ns.rkt"` expression out of the literal value
834834
`result' by embedding it inside a procedure call. This is
835835
necessary so that Racket doesn't translate it into immutable
836-
syntax and back.</pre></div><div class="help-entry"><a href="#endmatch" name="endmatch"></a><pre class="type-and-sig">[fn] (endmatch pat seq)</pre><pre class="docstring-and-examples">Does 'seq' end with 'pat'?</pre></div><div class="help-entry"><a href="#enq" name="enq"></a><pre class="type-and-sig">[fn] (enq obj qq)</pre><pre class="docstring-and-examples">Insert 'obj' into queue 'qq'.</pre></div><div class="help-entry"><a href="#enq-limit" name="enq-limit"></a><pre class="type-and-sig">[fn] (enq-limit val q (o limit 1000))</pre><pre class="docstring-and-examples">Like <a href="#enq">enq</a>, but never let the queue 'q' grow larger than 'limit'.</pre></div><div class="help-entry"><a href="#file-join" name="file-join"></a><pre class="type-and-sig">[fn] (file-join . parts)</pre><pre class="docstring-and-examples">Joins `parts' into a path string.</pre></div><div class="help-entry"><a href="#file-perms" name="file-perms"></a><pre class="type-and-sig">[fn] (file-perms path)</pre><pre class="docstring-and-examples">Returns a list of the effective file permssions of `path'.</pre></div><div class="help-entry"><a href="#file-size" name="file-size"></a><pre class="type-and-sig">[fn] (file-size path)</pre><pre class="docstring-and-examples">Returns the size, in bytes, of a file `path'.</pre></div><div class="help-entry"><a href="#filter-unique-names" name="filter-unique-names"></a><pre class="type-and-sig">[fn] (filter-unique-names names)</pre><pre class="docstring-and-examples">Gets the unique names from NAMES.
836+
syntax and back.</pre></div><div class="help-entry"><a href="#endmatch" name="endmatch"></a><pre class="type-and-sig">[fn] (endmatch pat seq)</pre><pre class="docstring-and-examples">Does 'seq' end with 'pat'?</pre></div><div class="help-entry"><a href="#enq" name="enq"></a><pre class="type-and-sig">[fn] (enq obj qq)</pre><pre class="docstring-and-examples">Insert 'obj' into queue 'qq'.</pre></div><div class="help-entry"><a href="#enq-limit" name="enq-limit"></a><pre class="type-and-sig">[fn] (enq-limit val q (o limit 1000))</pre><pre class="docstring-and-examples">Like <a href="#enq">enq</a>, but never let the queue 'q' grow larger than 'limit'.</pre></div><div class="help-entry"><a href="#file-join" name="file-join"></a><pre class="type-and-sig">[fn] (file-join . parts)</pre><pre class="docstring-and-examples">Joins `parts' into a path string.</pre></div><div class="help-entry"><a href="#file-perms" name="file-perms"></a><pre class="type-and-sig">[fn] (file-perms path)</pre><pre class="docstring-and-examples">Returns a list of the effective file permissions of `path'.</pre></div><div class="help-entry"><a href="#file-size" name="file-size"></a><pre class="type-and-sig">[fn] (file-size path)</pre><pre class="docstring-and-examples">Returns the size, in bytes, of a file `path'.</pre></div><div class="help-entry"><a href="#filter-unique-names" name="filter-unique-names"></a><pre class="type-and-sig">[fn] (filter-unique-names names)</pre><pre class="docstring-and-examples">Gets the unique names from NAMES.
837837

838838
If one name is a full prefix of another (only counting period-separated fragments),
839839
only include the prefix. So if the input is '(whatever.thing whatever), the output

0 commit comments

Comments
 (0)