Skip to content

Commit 21f44f1

Browse files
committed
drop underscores from number literal
1 parent 24e32c3 commit 21f44f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

wit-0.3.0-draft/monotonic-clock.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ interface monotonic-clock {
3737
when: mark,
3838
);
3939

40-
/// Wait for the specified duration has elapsed.
40+
/// Wait for the specified duration.
4141
@since(version = 0.3.0)
4242
wait-for: func(
4343
how-long: duration,

wit-0.3.0-draft/system-clock.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ interface system-clock {
1616
/// often called an "epoch".
1717
/// Note that even if the seconds field is negative, incrementing
1818
/// nanoseconds always represents moving forwards in time.
19-
/// For example, `{ -1 seconds, 999_999_999 nanoseconds }` represents the
19+
/// For example, `{ -1 seconds, 999999999 nanoseconds }` represents the
2020
/// instant one nanosecond before the epoch.
2121
/// For more on various different ways to represent time, see
2222
/// https://tc39.es/proposal-temporal/docs/timezone.html

0 commit comments

Comments
 (0)