Skip to content

Commit 1aa0fc9

Browse files
authored
Switch from double-slash to doc comment, for better help at callsites (#2463)
1 parent 57db405 commit 1aa0fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/util/consts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
* Copyright Oxide Computer Company
77
*/
88

9-
// Used as a stand-in for "approximately everything" limit value in queries
9+
/** Used as a stand-in for "approximately everything" limit value in queries */
1010
export const ALL_ISH = 1000

0 commit comments

Comments
 (0)