Skip to content

Commit

Permalink
Update docs: fix link to GeneratedMessageCompanion.scala (scalapb#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishiking authored May 24, 2021
1 parent 1884cdd commit 29826e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/markdown/generated-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ object Person extends GeneratedMessageCompanion[Person] {
The case class contains various methods for serialization, and the companion
object contains method for parsing. [See the source code for
`GeneratedMessage` and
`GeneratedMessageCompanion`](https://github.com/scalapb/ScalaPB/blob/master/scalapb-runtime/shared/src/main/scala/scalapb/GeneratedMessageCompanion.scala)
`GeneratedMessageCompanion`](https://github.com/scalapb/ScalaPB/blob/master/scalapb-runtime/src/main/scala/scalapb/GeneratedMessageCompanion.scala)
to see what methods are available

### Building New Messages
Expand Down

0 comments on commit 29826e7

Please sign in to comment.