Skip to content

Commit ef2ecbe

Browse files
zwhitchcoxjosevalim
authored andcommitted
Update typespecs-and-behaviours.markdown (elixir-lang#910)
1 parent d7b684d commit ef2ecbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/typespecs-and-behaviours.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ If you want to keep a custom type private, you can use the `@typep` directive in
8484

8585
### Static code analysis
8686

87-
Typespecs are not only useful to developers and as additional documentation. The Erlang tool [Dialyzer](http://www.erlang.org/doc/man/dialyzer.html), for example, uses typespecs in order to perform static analysis of code. That's why, in the `QuietCalculator` example, we wrote a spec for the `make_quiet/1` function even if it was defined as a private function.
87+
Typespecs are not only useful to developers as additional documentation. The Erlang tool [Dialyzer](http://www.erlang.org/doc/man/dialyzer.html), for example, uses typespecs in order to perform static analysis of code. That's why, in the `QuietCalculator` example, we wrote a spec for the `make_quiet/1` function even if it was defined as a private function.
8888

8989
## Behaviours
9090

0 commit comments

Comments
 (0)