File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ The definition of the uncurried function.
3333``` ts
3434import { dual , pipe } from " effect/Function"
3535
36- // Exampe using arity to determine data-first or data-last style
36+ // Example using arity to determine data-first or data-last style
3737const sum: {
3838 (that : number ): (self : number ) => number
3939 (self : number , that : number ): number
Original file line number Diff line number Diff line change 3333 * ```ts
3434 * import { dual, pipe } from "effect/Function"
3535 *
36- * // Exampe using arity to determine data-first or data-last style
36+ * // Example using arity to determine data-first or data-last style
3737 * const sum: {
3838 * (that: number): (self: number) => number
3939 * (self: number, that: number): number
You can’t perform that action at this time.
0 commit comments