Skip to content

Commit

Permalink
Update a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed Aug 7, 2024
1 parent ecd749a commit 95eff71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { strict as assert } from "assert";
import { M } from "./utils/debugging-and-logging.js";

// Common constants
// Duration constants (all ms)
export const MINUTE = 1000 * 60;
export const HOUR = 60 * MINUTE;
export const DAY = 24 * HOUR;
Expand Down

0 comments on commit 95eff71

Please sign in to comment.