Skip to content

Commit 2a607fe

Browse files
henrymercermbg
andauthored
Update JSDoc
Co-authored-by: Michael B. Gale <mbg@github.com>
1 parent e51b6a9 commit 2a607fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,7 @@ export function joinAtMost(
12951295
return array.join(separator);
12961296
}
12971297

1298-
/** A simple result type representing either a success or a failure. */
1298+
/** An interface representing something that is either a success or a failure. */
12991299
interface ResultLike<T, E> {
13001300
/** The value of the result, which can be either a success value or a failure value. */
13011301
value: T | E;

0 commit comments

Comments
 (0)