summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorpkoppstein <pkoppstein@gmail.com>2014-10-06 19:31:08 -0400
committerNicolas Williams <nico@cryptonector.com>2014-12-27 18:52:36 -0600
commit752e00bc66af544a6277e55ae94bfbe5b0084d7a (patch)
treef380e6a9f876f0b4ec38e2da4488b8283d2a0f45 /docs
parent00f018a054aa6411431d9e62549f4db7d9aaa235 (diff)
transpose/0 for possibly jagged matrices
Diffstat (limited to 'docs')
-rw-r--r--docs/content/3.manual/manual.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/content/3.manual/manual.yml b/docs/content/3.manual/manual.yml
index 76231b8d..354a595c 100644
--- a/docs/content/3.manual/manual.yml
+++ b/docs/content/3.manual/manual.yml
@@ -1460,7 +1460,6 @@ sections:
input: '[[1], [2,3]]'
output: ['[1,2],[null,3]']
-
- title: "`bsearch(x)`"
body: |