Skip to content

Commit

Permalink
Fix typo in example (#3585)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Dec 7, 2023
1 parent b95ef09 commit c3919df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/experimental/masking/basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ const masked = await maskingParser.mask(input);
console.log(masked);
// Contact me at [email-a31e486e324f6] or [phone-da8fc1584f224]. Also reach me at [email-d5b6237633d95]

const rehydrated = maskingParser.rehydrate(masked);
const rehydrated = await maskingParser.rehydrate(masked);
console.log(rehydrated);
// Contact me at [email protected] or 555-123-4567. Also reach me at [email protected]

2 comments on commit c3919df

@vercel
Copy link

@vercel vercel bot commented on c3919df Dec 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

langchainjs-docs – ./docs/core_docs/

langchainjs-docs-langchain.vercel.app
langchainjs-docs-git-main-langchain.vercel.app
js.langchain.com
langchainjs-docs-ruddy.vercel.app

@vercel
Copy link

@vercel vercel bot commented on c3919df Dec 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.