diff options
author | Lukas Larsson <[email protected]> | 2018-10-17 11:40:29 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2018-10-17 11:40:29 +0200 |
commit | 97baa98f2ecd748b1f868fa1f360e7858d2579e5 (patch) | |
tree | 3e99fb9c6b1eccb9475a9d5097413e14fcaa853a | |
parent | 2c9cfa8663df4b73afb6d9a6e5a40d6887cdc744 (diff) | |
download | otp-97baa98f2ecd748b1f868fa1f360e7858d2579e5.tar.gz otp-97baa98f2ecd748b1f868fa1f360e7858d2579e5.tar.bz2 otp-97baa98f2ecd748b1f868fa1f360e7858d2579e5.zip |
kernel: Fix spelling error in assert.hrl
-rw-r--r-- | lib/stdlib/doc/src/assert_hrl.xml | 2 |
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, |