Skip to content

Commit 001465f

Browse files
committed
fix cross service comment
1 parent 06d9851 commit 001465f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ fetch_user({'name': 'Sam Jones'})
289289
# In any of your services
290290

291291
# Given that your key_prefix is same everywhere,
292-
# it will invalidate all function calls where in your platform where it returned user with ID of 1.
292+
# it will invalidate all function calls in your platform where it returned user with ID of 1.
293293
# see @cache.invalidates for more
294294
cache.invalidate("user", 1)
295295

0 commit comments

Comments
 (0)