elixir-lang / elixir-lang.github.com

Website for Elixir
elixir-lang.org
354 stars 822 forks source link

Documentation : Getting Started "case cond and if" #1528

Closed anishcr closed 3 years ago

anishcr commented 3 years ago

In https://elixir-lang.org/getting-started/case-cond-and-if.html

It is mentioned - "If any variable is declared or changed inside if, case, and friends, the declaration and change will only be visible inside the construct."

I did not understand "and friends". Is that a typo or there is something called "friends"?