diff options
author | Andrey Makarov <ph.makarov@gmail.com> | 2022-06-04 08:03:03 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-04 07:03:03 +0200 |
commit | 4341b06f65396c63eec3689d0f8bb00db26c362f (patch) | |
tree | fc79066b6f922e6112d32a351033cc071a3581d9 /doc/apis.rst | |
parent | f7a13f62d634300c3cf68e36dd7926a6a235d52f (diff) | |
download | Nim-4341b06f65396c63eec3689d0f8bb00db26c362f.tar.gz |
RST: improve simple tables (#19859)
* RST: improve simple tables * nim 1.0 gotchas * Still allow legacy boundaries like `----`
Diffstat (limited to 'doc/apis.rst')
-rw-r--r-- | doc/apis.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/apis.rst b/doc/apis.rst index e8313749d..f0b8c93e5 100644 --- a/doc/apis.rst +++ b/doc/apis.rst @@ -18,9 +18,9 @@ been renamed to fit this scheme. The ultimate goal is that the programmer can *guess* a name. -------------------- ------------ -------------------------------------- +=================== ============ ====================================== English word To use Notes -------------------- ------------ -------------------------------------- +=================== ============ ====================================== initialize initT `init` is used to create a value type `T` new newP `new` is used to create a @@ -82,4 +82,4 @@ literal lit string str identifier ident indentation indent -------------------- ------------ -------------------------------------- +=================== ============ ====================================== |