Skip to content

Commit

Permalink
chore: update title in multiply.ts file in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericobreno committed Aug 1, 2024
1 parent 611c8d2 commit 4fb0e27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ Using exports this way provides three major benefits:
</Tab>

<Tab value="multiply.ts">
```ts title="./packages/math/src/add.ts"
```ts title="./packages/math/src/multiply.ts"
import { add } from "#add";

export const multiply = (a: number, b: number) => {
Expand Down

0 comments on commit 4fb0e27

Please sign in to comment.