Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
farcaller authored Nov 11, 2024
1 parent 523234e commit c684244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/protobufs.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ This section details how some of the more esoteric aspects of the protobuf ecosy
### Well-known Types

Google supports a set of standard [well-known](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf) types throughout their
APIs, and they have been adopted by the broader Protobuf community in a few different ways. As such, Protojure offers support for them too. [This library](https://github.com/protojure/google.protobuf) packages up the well-known types into Protojure pre-compiled artifacts so that they may be naturally consumed. This is standard practive
APIs, and they have been adopted by the broader Protobuf community in a few different ways. As such, Protojure offers support for them too. [This library](https://github.com/protojure/google.protobuf) packages up the well-known types into Protojure pre-compiled artifacts so that they may be naturally consumed. This is standard practice
for most language bindings in the ecosystem.

### Any types
Expand Down

0 comments on commit c684244

Please sign in to comment.