File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1299,7 +1299,7 @@ primitive!(
1299
1299
/// : ⬚∞⊗ [4 8 2 9 1] [1 2 3 4]
1300
1300
///
1301
1301
/// You can use the returned indices with [select] to get the rows that were found.
1302
- /// If you expect one of the searched-for rows to be missing, you can use [fill] to set a default value.
1302
+ /// If you expect any of the searched-for rows to be missing, you can use [fill] to set a default value.
1303
1303
/// ex: A ← [2 3 5 7 11 13]
1304
1304
/// : .⊗,A [1 2 3 4 5]
1305
1305
/// : ⬚∞⊏:A
@@ -1946,7 +1946,7 @@ primitive!(
1946
1946
/// : ˙⊞+ 1_2_3
1947
1947
/// ex: # Experimental!
1948
1948
/// : ˙(⊂⊂) π
1949
- /// [self] on a noadic function duplicates the output. This makes it distinct from [both] on a monadic function.
1949
+ /// [self] on a noadic function duplicates the output. This makes it distinct from [both] on a noadic function.
1950
1950
/// ex: # Experimental!
1951
1951
/// : ⌊×10[˙⚂]
1952
1952
/// : ⌊×10[∩⚂]
You can’t perform that action at this time.
0 commit comments