Skip to content

Commit

Permalink
Merge pull request alexandru#65 from Slakah/patch-1
Browse files Browse the repository at this point in the history
FIX README to 2.20 Link
  • Loading branch information
alexandru authored Aug 24, 2020
2 parents 495d610 + a7b4057 commit 3294092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ contribute.
- [2.17. SHOULD NOT define case classes nested in other classes](sections/2-language-rules.md#217-should-not-define-case-classes-nested-in-other-classes)
- [2.18. MUST NOT include classes, traits and objects inside package objects](sections/2-language-rules.md#218-must-not-include-classes-traits-and-objects-inside-package-objects)
- [2.19. SHOULD use head/tail and init/last decomposition only if they can be done in constant time and memory](sections/2-language-rules.md#219-should-use-head-tail-and-init-last-decomposition-only-if-they-can-be-done-in-constant-time-and-memory)
- [2.20. MUST NOT use `Seq.head`](sections/2-language-rules.md#210-must-not-use-seqhead)
- [2.20. MUST NOT use `Seq.head`](sections/2-language-rules.md#220-must-not-use-seqhead)
- [2.21. Case classes SHOULD be final](sections/2-language-rules.md#221-case-classes-should-be-final)
- [2.22. SHOULD NOT use `scala.App`](sections/2-language-rules.md#222-should-not-use-scalaapp)

Expand Down

0 comments on commit 3294092

Please sign in to comment.