Skip to content

Commit 552e45b

Browse files
Update src/connections/functions/source-functions.md
Co-authored-by: stayseesong <[email protected]>
1 parent 843fdca commit 552e45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/functions/source-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ The `Segment.set()` method accepts an object with the following fields:
263263
264264
### Variable scoping
265265

266-
When declaring settings variables, make sure to declare them in the function handler rather than globally in your Function. This prevents you leaking the settings values across other function instances.
266+
Declare settings variables in the function handler, rather than globally in your function. This prevents you from leaking the settings values across other function instances.
267267

268268
The handler for Source functions is `onRequest()`.
269269

0 commit comments

Comments
 (0)