diff options
author | Sverker Eriksson <[email protected]> | 2018-10-17 20:44:36 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2018-10-17 20:44:36 +0200 |
commit | d8c30a6895006a3422ac106392fc66f3202491c2 (patch) | |
tree | b3563ff2231006bc2965e1e0585852ef250977cb /lib/stdlib/doc | |
parent | e3bea67151cbd6d7df47f1bc68b460e3679ad678 (diff) | |
parent | 04dde143c505da42ca620189cfa1d3400610ebe1 (diff) | |
download | otp-d8c30a6895006a3422ac106392fc66f3202491c2.tar.gz otp-d8c30a6895006a3422ac106392fc66f3202491c2.tar.bz2 otp-d8c30a6895006a3422ac106392fc66f3202491c2.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/stdlib/doc')
-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, |