diff options
author | Bruce Yinhe <[email protected]> | 2014-07-07 14:11:43 +0200 |
---|---|---|
committer | Bruce Yinhe <[email protected]> | 2014-07-07 14:11:43 +0200 |
commit | fc7de455a2edcf61872d94e1e2d4b7bfeb931f46 (patch) | |
tree | 63639acca66916f3884fe6bd60a34065cd1c2328 /lib/stdlib/src | |
parent | 4a1ffc3b3666436a92532e242bde9f5b67902469 (diff) | |
parent | 26e11d910a2874d0cb14a5310b0759feda66eea5 (diff) | |
download | otp-fc7de455a2edcf61872d94e1e2d4b7bfeb931f46.tar.gz otp-fc7de455a2edcf61872d94e1e2d4b7bfeb931f46.tar.bz2 otp-fc7de455a2edcf61872d94e1e2d4b7bfeb931f46.zip |
Merge branch 'mururu/fix-typo' into maint
* mururu/fix-typo:
Fix typo in erl_eval:exprs comments
Diffstat (limited to 'lib/stdlib/src')
-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(), |