From 9a4634304614666103bfe65732e1f17d611e5799 Mon Sep 17 00:00:00 2001 From: ocelot-inc <pgulutzan@ocelot.ca> Date: Sun, 6 Sep 2015 14:20:10 -0600 Subject: [PATCH] Fixes gh-1022 --- doc/sphinx/book/box/box_space.rst | 4 ++-- doc/sphinx/book/index.rst | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/sphinx/book/box/box_space.rst b/doc/sphinx/book/box/box_space.rst index 23c1ac2832..e64343628a 100644 --- a/doc/sphinx/book/box/box_space.rst +++ b/doc/sphinx/book/box/box_space.rst @@ -339,10 +339,10 @@ A list of all ``box.space`` functions follows, then comes a list of all | | :codenormal:`-- In the following update ...` | :codenormal:`-- The idea is to delete field[2], then subtract 3 from field[3], but ...` - | :codenormal:`-- after the delete, there is a renumbering -- so field[3] becomes field[2]` + | :codenormal:`-- after the delete, there is a renumbering, so field[3] becomes field[2]` | :codenormal:`-- before we subtract 3 from it, and that's why the seventh argument is 2 not 3.` | :codenormal:`-- Therefore, after the following update, field[1] = 999, field[2] = 0.` - | :codenormal:`box.space.tester:update({999}, {{'-- ', 2, 1}, {'-', 2, 3}})` + | :codenormal:`box.space.tester:update({999}, {{'#', 2, 1}, {'-', 2, 3}})` | | :codenormal:`-- In the following update ...` | :codenormal:`-- We're making a long string so that splice will work in the next example.` diff --git a/doc/sphinx/book/index.rst b/doc/sphinx/book/index.rst index 4966cbdf13..ba083f5fec 100644 --- a/doc/sphinx/book/index.rst +++ b/doc/sphinx/book/index.rst @@ -18,3 +18,4 @@ app_b_proctitle app_c_lua_tutorial app_d_plugins + sophia -- GitLab