Skip to content

Commit

Permalink
fix bug of docgen
Browse files Browse the repository at this point in the history
  • Loading branch information
mvares authored and tim-smart committed Jun 12, 2024
1 parent 431f3a3 commit f68d673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/effect/src/Tuple.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export const appendElement: {
* @example
* import { Tuple } from "effect"
*
* assert.deepStrictEqual(at([1, 'hello', true], 1), 'hello')
* assert.deepStrictEqual(Tuple.at([1, 'hello', true], 1), 'hello')
*
* @category getters
* @since 3.4.0
Expand Down

0 comments on commit f68d673

Please sign in to comment.