| author | |
| committer | |
| log | 1dbb8eec4059e6b49e9a590300355f8090c681c7 |
| tree | e16ebd3cbec2e10818353fdbb7486516a984dfc5 |
| parent | 00e899bec815bc2b49c6e5a72a7cfeeda673e133 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
yaml.zig+1-1| ... | ... | @@ -164,7 +164,7 @@ pub const Mapping = struct { |
| 164 | 164 | return null; |
| 165 | 165 | } |
| 166 | 166 | |
| 167 | pub fn get_string(self: Mapping, k: string) ?string { | |
| 167 | pub fn get_string(self: Mapping, k: string) ?[:0]const u8 { | |
| 168 | 168 | return self.getT(k, .string); |
| 169 | 169 | } |
| 170 | 170 |