We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e51b6a9 commit 2a607feCopy full SHA for 2a607fe
src/util.ts
@@ -1295,7 +1295,7 @@ export function joinAtMost(
1295
return array.join(separator);
1296
}
1297
1298
-/** A simple result type representing either a success or a failure. */
+/** An interface representing something that is either a success or a failure. */
1299
interface ResultLike<T, E> {
1300
/** The value of the result, which can be either a success value or a failure value. */
1301
value: T | E;
0 commit comments