Skip to content

Commit

Permalink
change namespace import
Browse files Browse the repository at this point in the history
  • Loading branch information
mvares committed Jun 12, 2024
1 parent 57465f3 commit 744a817
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 @@ -201,7 +201,7 @@ export const appendElement: {
* @param index - The index of the element to retrieve.
*
* @example
* import { at } from "effect/Tuple"
* import { Tuple } from "effect"
*
* assert.deepStrictEqual(at([1, 'hello', true], 1), 'hello')
*
Expand Down

0 comments on commit 744a817

Please sign in to comment.