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

Skip to content

Commit 741d29d

Browse files
author
José Valim
committed
Merge pull request elixir-lang#162 from MrJohz/patch-1
Fixed broken link
2 parents 688d1f1 + e98dc1b commit 741d29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting_started/4.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def was_accessed?({ FileInfo, _, 0 }), do: false
8383

8484
Using the bracket syntax is a powerful mechanism not only due to pattern matching but also regarding performance, since it provides faster times compared to `FileInfo.new` and `file_info.accesses`. The downside is that we hardcode the record name. For this reason, Elixir allows you to mix and match both styles as you may find fit.
8585

86-
For more information on records, [check out the documentation for the `defrecord` macro](http://elixir-lang.org/docs/master/Kernel.html#defrecord/4)
86+
For more information on records, [check out the documentation for the `defrecord` macro](http://elixir-lang.org/docs/master/Kernel.html#defrecord/3)
8787

8888
## 4.2 Protocols
8989

0 commit comments

Comments
 (0)