Skip to content

Commit

Permalink
docs: fix import statement in example
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Aug 8, 2024
1 parent 1e60cc1 commit 11f3767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/object/pick.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ When used with a predicate function, `pick` is potentially unsafe, because of pa

```typescript
// Example demonstrating potential inaccuracy in `key` and `value` types within `_.pick` callback
import _ from 'lodash'
import * as _ from 'radashi'

interface User {
name: string
Expand Down

0 comments on commit 11f3767

Please sign in to comment.