Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1b01e38

Browse files
Fix in behaviour code (elixir-lang#1479)
1 parent aa8bf82 commit 1b01e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/typespecs-and-behaviours.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ We can create a `Parser` behaviour:
127127
```elixir
128128
defmodule Parser do
129129
@doc """
130-
Parses a JSON string.
130+
Parses a string.
131131
"""
132132
@callback parse(String.t) :: {:ok, term} | {:error, String.t}
133133

0 commit comments

Comments
 (0)