diff options
author | narimiran <narimiran@disroot.org> | 2020-10-20 10:51:50 +0200 |
---|---|---|
committer | narimiran <narimiran@disroot.org> | 2020-10-20 10:51:50 +0200 |
commit | 5e9dd81baa5781c15f95de45528cc072804ce969 (patch) | |
tree | 869d913a19b0fe1fd2092e43dbc02a45c4146c63 /doc/nep1.rst | |
parent | 0a686659d23b67aaa2d63646865a120c203bfe21 (diff) | |
download | Nim-5e9dd81baa5781c15f95de45528cc072804ce969.tar.gz |
more "eg" fixes
Diffstat (limited to 'doc/nep1.rst')
-rw-r--r-- | doc/nep1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nep1.rst b/doc/nep1.rst index 75343c85b..1ab45d680 100644 --- a/doc/nep1.rst +++ b/doc/nep1.rst @@ -149,7 +149,7 @@ changed in the future. an in-place version should get an ``-In`` suffix (``replaceIn`` for this example). -- Use `subjectVerb`, not `verbSubject`, eg: `fileExists`, not `existsFile`. +- Use `subjectVerb`, not `verbSubject`, e.g.: `fileExists`, not `existsFile`. The stdlib API is designed to be **easy to use** and consistent. Ease of use is measured by the number of calls to achieve a concrete high level action. The |