diff options
author | Yuki Ito <[email protected]> | 2014-07-04 15:14:24 +0900 |
---|---|---|
committer | Yuki Ito <[email protected]> | 2014-07-04 15:14:24 +0900 |
commit | 26e11d910a2874d0cb14a5310b0759feda66eea5 (patch) | |
tree | fb950696fea6160d196b6f389d6c782519d187df | |
parent | 07b8f441ca711f9812fad9e9115bab3c3aa92f79 (diff) | |
download | otp-26e11d910a2874d0cb14a5310b0759feda66eea5.tar.gz otp-26e11d910a2874d0cb14a5310b0759feda66eea5.tar.bz2 otp-26e11d910a2874d0cb14a5310b0759feda66eea5.zip |
Fix typo in erl_eval:exprs comments
-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 acde3ad5d6..f592541849 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(), |