Skip to content

Commit

Permalink
tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pwbh committed Sep 3, 2024
1 parent 8b3f3d6 commit 7b0fcc4
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 @@ -131,7 +131,7 @@ pub fn main() !void {

### Parsing YAML from bytes

Parsing YAML file using generic u8 slice for the sake of example lets parse a small YAML inlined in a to some varaible that contains our YAML u8 slice.
Parsing YAML file using generic `u8` slice for the sake of our example, lets parse a small YAML inlined in to some variable that contains our YAML in `[]const u8`.

```zig
const std = @import("std");
Expand Down

0 comments on commit 7b0fcc4

Please sign in to comment.