chore: update comment

This commit is contained in:
Zeke Zhang 2024-08-30 11:07:45 +08:00
parent 6fceac1582
commit 6e45780565

View File

@ -34,7 +34,7 @@ export interface VariablesContextType {
* @returns
*
* ```ts
* const value = await parseVariable('{{ $user.name }}');
* const { value } = await parseVariable('{{ $user.name }}');
* console.log(value); // test
* ```
*/