diff options
author | Björn Gustavsson <[email protected]> | 2019-04-08 07:16:23 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2019-04-08 07:16:23 +0200 |
commit | 6bab8b623ad5352ee5532e3b1864185e976e31d6 (patch) | |
tree | 3051dfe8d098c409c5c670a50da5d6ae9d4b34e4 /lib | |
parent | 3a9aaf9b2113f47b84faf8ea267a2b029eb7876b (diff) | |
parent | 04dab9f3d7df037bbfff4707e865a9d28d19f0ac (diff) | |
download | otp-6bab8b623ad5352ee5532e3b1864185e976e31d6.tar.gz otp-6bab8b623ad5352ee5532e3b1864185e976e31d6.tar.bz2 otp-6bab8b623ad5352ee5532e3b1864185e976e31d6.zip |
Merge pull request #2203 from mikpe/calendar-xml-typo
calendar.xml: fix typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/stdlib/doc/src/calendar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/calendar.xml b/lib/stdlib/doc/src/calendar.xml index 518a085c89..6308420c52 100644 --- a/lib/stdlib/doc/src/calendar.xml +++ b/lib/stdlib/doc/src/calendar.xml @@ -513,7 +513,7 @@ <title>Date and Time Source</title> <p>Local time is obtained from the Erlang BIF <c>localtime/0</c>. Universal time is computed from the BIF <c>universaltime/0</c>.</p> - <p>The following fapply:</p> + <p>The following apply:</p> <list type="bulleted"> <item>There are 86400 seconds in a day.</item> <item>There are 365 days in an ordinary year.</item> |