We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab0e13 commit b310244Copy full SHA for b310244
packages/jmespath/src/PowertoolsFunctions.ts
@@ -29,7 +29,7 @@ const decoder = new TextDecoder('utf-8');
29
* console.log(result); // { foo: 'bar' }
30
* ```
31
*
32
- * When using the {@link extractDataFromEnvelope} function, the PowertoolsFunctions class is automatically used.
+ * When using the {@link envelopes.extractDataFromEnvelope | extractDataFromEnvelope} function, the PowertoolsFunctions class is automatically used.
33
34
*/
35
class PowertoolsFunctions extends Functions {
0 commit comments