Skip to content

Commit

Permalink
Fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdogpr authored and MateuszKubuszok committed Oct 16, 2024
1 parent e2fe924 commit 7b5449f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@ will generate something similar to:
case object WORK extends PhoneType(0) with PhoneType.Recognized { /* ... */ }
final case class Unrecognized(unrecognizedValue: Int) extends PhoneType(unrecognizedValue)
with scalapb.UnrecogneizedEnum
with scalapb.UnrecognizedEnum
// ...
}
Expand Down

0 comments on commit 7b5449f

Please sign in to comment.