From 237b728736900863ba21eccab5ffa68d1df0a644 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sat, 23 Oct 2021 18:09:23 -0700 Subject: [PATCH] fix comment for DateTime.format --- time.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/time.zig b/time.zig index d0fe2f26b8d315b6a222d4676ccf098bd7e4f077..61e193594f31ca32d85b6b7f531b684c82095130 100644 --- a/time.zig +++ b/time.zig @@ -186,7 +186,7 @@ pub const DateTime = struct { } } - /// fmt is defined by https://momentjs.com/docs/#/displaying/format/ + /// fmt is based on https://momentjs.com/docs/#/displaying/format/ pub fn format(self: Self, comptime fmt: string, options: std.fmt.FormatOptions, writer: anytype) !void { _ = options; -- 2.54.0