Skip to content

Commit

Permalink
Switch from double-slash to doc comment, for better help at callsites
Browse files Browse the repository at this point in the history
  • Loading branch information
charliepark committed Sep 20, 2024
1 parent 57db405 commit 646b754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/util/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
* Copyright Oxide Computer Company
*/

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

0 comments on commit 646b754

Please sign in to comment.