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

Advanced section, lesson 1 - Strings #67

Closed
viktorot opened this issue Jan 17, 2016 · 1 comment
Closed

Advanced section, lesson 1 - Strings #67

viktorot opened this issue Jan 17, 2016 · 1 comment

Comments

@viktorot
Copy link

The section says that Erlang strings are represented with single quotes. This is unfortunately incorrect. Strings in Erlang are represented with double quotes, the same as in Elixir.

As for single quotes, they are used to represent atoms that contain spaces, uppercase letters or any other characters that are "unconventional" for atoms.

You can find the documentation for it here.

This part needs be updated.

@doomspork
Copy link
Member

Thanks @viktorot, I'll open a PR with changes momentarily. 😀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants