mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-12-27 16:05:37 +00:00
Merge pull request '099: Update URL to, and function name of, fmt string documentation/comment' (#337) from gregorh/fmtstring-documentation:main into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/337
This commit is contained in:
commit
80eb7054eb
|
|
@ -16,7 +16,7 @@
|
||||||
// Therefore, the comments for the format() function are the only
|
// Therefore, the comments for the format() function are the only
|
||||||
// way to definitively learn how to format strings in Zig:
|
// way to definitively learn how to format strings in Zig:
|
||||||
//
|
//
|
||||||
// https://github.com/ziglang/zig/blob/master/lib/std/fmt.zig#L33
|
// https://codeberg.org/ziglang/zig/src/branch/master/lib/std/Io/Writer.zig#L537
|
||||||
//
|
//
|
||||||
// Zig already has a very nice selection of formatting options.
|
// Zig already has a very nice selection of formatting options.
|
||||||
// These can be used in different ways, but generally to convert
|
// These can be used in different ways, but generally to convert
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user