diff options
author | Nobuyoshi Nakada <[email protected]> | 2025-06-10 21:46:14 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2025-06-10 21:46:14 +0900 |
commit | bb1a992d37de3cbc1fd4339ce5d50cbdb1374ed4 (patch) | |
tree | 2f9093da61cc627a1fd6eab8e61efc401307e96f | |
parent | a21acaee6dd1e34d74a7c1c959d3c34cd574eae5 (diff) |
[DOC] Fix unclosed markup
-rw-r--r-- | doc/globals.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/globals.rdoc b/doc/globals.rdoc index 9d9fc57e6e..9466005be7 100644 --- a/doc/globals.rdoc +++ b/doc/globals.rdoc @@ -137,7 +137,7 @@ English - <tt>$DEFAULT_INPUT</tt>. An output stream, initially <tt>$stdout</tt>. -English - <tt>$DEFAULT_OUTPUT +English - <tt>$DEFAULT_OUTPUT</tt> === <tt>$.</tt> (Input Position) |