authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-10-23 18:09:23 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-10-23 18:09:23 -07:00
log237b728736900863ba21eccab5ffa68d1df0a644
treeadc407bbb0f8088f0c514769804e27661e1e09d7
parentca473ac0fa3bea18ba33961d1001062aa81810c7

fix comment for DateTime.format


1 files changed, 1 insertions(+), 1 deletions(-)

time.zig+1-1
...@@ -186,7 +186,7 @@ pub const DateTime = struct {...@@ -186,7 +186,7 @@ pub const DateTime = struct {
186 }186 }
187 }187 }
188188
189 /// fmt is defined by https://momentjs.com/docs/#/displaying/format/189 /// fmt is based on https://momentjs.com/docs/#/displaying/format/
190 pub fn format(self: Self, comptime fmt: string, options: std.fmt.FormatOptions, writer: anytype) !void {190 pub fn format(self: Self, comptime fmt: string, options: std.fmt.FormatOptions, writer: anytype) !void {
191 _ = options;191 _ = options;
192192