Skip to content

Commit

Permalink
remove broken 'capnp' tag in blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Sep 17, 2024
1 parent 7a3d0c9 commit 56e57c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/_posts/2024-01-14-0.19-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ while also having a notable breaking change involving text fields.

Suppose that we have the following struct defined in a Cap'n Proto schema file:

```capnp
```
struct Cookie {
fortune @0 :Text;
numbers @1 :List(UInt16);
Expand Down

0 comments on commit 56e57c8

Please sign in to comment.