Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong Error exception issue at documentation fixed #1018

Merged
merged 1 commit into from Aug 18, 2017

Conversation

chetkhatri
Copy link
Contributor

What were proposed in this Pull Request ?

iex> length([1, [2], 3]) = 3
above syntax won't give below error
** (CompileError) iex:1: illegal pattern
but it gives ** (CompileError) iex:1: cannot invoke remote function :erlang.length/1 inside match

so it has been manually verified at shell and update the documentation.

@josevalim josevalim merged commit cd13c8f into elixir-lang:master Aug 18, 2017
@josevalim
Copy link
Member

❤️ 💚 💙 💛 💜

vladdu pushed a commit to vladdu/elixir-lang.github.com that referenced this pull request Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants