summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erlang.org>2018-10-17 11:40:29 +0200
committerGitHub <noreply@github.com>2018-10-17 11:40:29 +0200
commit97baa98f2ecd748b1f868fa1f360e7858d2579e5 (patch)
tree3e99fb9c6b1eccb9475a9d5097413e14fcaa853a
parent2c9cfa8663df4b73afb6d9a6e5a40d6887cdc744 (diff)
downloaderlang-lukas/kernel/docs-assert.tar.gz
kernel: Fix spelling error in assert.hrllukas/kernel/docs-assert
-rw-r--r--lib/stdlib/doc/src/assert_hrl.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/assert_hrl.xml b/lib/stdlib/doc/src/assert_hrl.xml
index 4dc7299609..fb27954235 100644
--- a/lib/stdlib/doc/src/assert_hrl.xml
+++ b/lib/stdlib/doc/src/assert_hrl.xml
@@ -46,7 +46,7 @@
is the macro name, for example, <c>assertEqual</c>. <c>Info</c> is a list
of tagged values, such as <c>[{module, M}, {line, L}, ...]</c>, which
gives more information about the location and cause of the exception. All
- entries in the <c>Info</c> list are optional; do not rely programatically
+ entries in the <c>Info</c> list are optional; do not rely programmatically
on any of them being present.</p>
<p>Each assert macro has a corresponding version with an extra argument,