Merge pull request #587 from tetiana12345678/patch-1

Update elixir.md
This commit is contained in:
Rico Sta. Cruz 2018-07-02 20:47:29 +08:00 committed by GitHub
commit 6a452e7056
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -271,6 +271,9 @@ inspect(object, opts \\ [])
```elixir
value |> IO.inspect()
```
```elixir
value |> IO.inspect(label: "value")
```
## Numbers