diff options
author | Bruce Yinhe <[email protected]> | 2014-07-07 14:12:40 +0200 |
---|---|---|
committer | Bruce Yinhe <[email protected]> | 2014-07-07 14:12:40 +0200 |
commit | 9f8e50c80918d7e7ee59e46e40175bee5397a8d0 (patch) | |
tree | 853bc5fd49a98886cbe4657e3fae6a316219500c /lib/stdlib | |
parent | 3cdc67f07cad5982be5428eba532619109861915 (diff) | |
parent | fc7de455a2edcf61872d94e1e2d4b7bfeb931f46 (diff) | |
download | otp-9f8e50c80918d7e7ee59e46e40175bee5397a8d0.tar.gz otp-9f8e50c80918d7e7ee59e46e40175bee5397a8d0.tar.bz2 otp-9f8e50c80918d7e7ee59e46e40175bee5397a8d0.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/stdlib')
-rw-r--r-- | lib/stdlib/src/erl_eval.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/src/erl_eval.erl b/lib/stdlib/src/erl_eval.erl index 3cfedfee97..639ddfc214 100644 --- a/lib/stdlib/src/erl_eval.erl +++ b/lib/stdlib/src/erl_eval.erl @@ -77,7 +77,7 @@ %% Only exprs/2 checks the command by calling erl_lint. The reason is %% that if there is a function handler present, then it is possible %% that there are valid constructs in Expression to be taken care of -%% by a function handler but considerad errors by erl_lint. +%% by a function handler but considered errors by erl_lint. -spec(exprs(Expressions, Bindings) -> {value, Value, NewBindings} when Expressions :: expressions(), |