Skip to content

Commit f7f6d77

Browse files
committed
minor doc corrections
1 parent c32debd commit f7f6d77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.org

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
| .memo.init | initializes a cache table given a namespace and capacity |
2525
| .memo.initns | initializes a cache table given a namespace |
2626
| .memo.initcap | initializes a cache table given a capacity |
27-
| .memo.mk | makes a memoized copy of a function given a source, target, and cache table |
27+
| .memo.mk | makes a memoized copy of a function given a source, target, and cache name |
2828
| .memo.mkmut | mutates a given function into its memoized copy given a source |
2929
| .memo.mknew | makes a memoized copy of a function given a source and target |
3030
| .memo.rm | removes a memoized function and clears its cached data given a source |
3131
| .memo.mv | moves a memoized function to a new cache table given a source and cache name |
32-
| .memo.cap | returns the capacity of a given cache table |
33-
| .memo.rs | resizes a cache table given a cache name and capacity |
32+
| .memo.cap | returns the capacity of a cache table given a cache name |
33+
| .memo.rs | resizes a cache table given a cache name and capacity |
3434
* examples
3535
#+begin_example
3636
q)/ .memo.init takes a [namespace;<short>]

0 commit comments

Comments
 (0)