We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c864ea commit 6074548Copy full SHA for 6074548
1 file changed
src/result.ts
@@ -853,7 +853,7 @@ export class Result<TValue = Unit, TError = string> {
853
854
/**
855
* Executes the action on both success and failure.
856
- * @param action a function
+ * @param action a function with no parameters returning no value
857
* @returns the current Result
858
*/
859
tapEither(action: Action): Result<TValue, TError> {
0 commit comments