commit 42b11251b3e0f0f9ab91867ddce9d3606d57237e
parent cfd89e87b72eb889a4e0f1d822cdf1073ff62a57
Author: Sebastian <sebastian@sebsite.pw>
Date: Sat, 25 Jun 2022 16:11:00 -0400
time: add reference to `instant` documentation
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/time/types.ha b/time/types.ha
@@ -42,7 +42,7 @@ export const INSTANT_MAX = instant {
// Represents a specific instant in time as seconds (+nanoseconds) since an
// arbitrary epoch. Instants may only be meaningfully compared with other
-// instants sourced from the same clock, or handled by the same
+// instants sourced from the same [[clock]], or handled by the same
// [[time::chrono::timescale]]
export type instant = struct {
sec: i64,