Skip to content

Commit d5d8743

Browse files
committed
correction in comments
1 parent 1974070 commit d5d8743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_xray_sdk/core/utils/search_pattern.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def wildcard_match(pattern, text, case_insensitive=True):
2020
return True
2121

2222
# If elif logic Checking different conditions like match between the first i chars in text
23-
# and the first j chars in pattern, checking pattern has '?' or '*' also check for case_insensitivity
23+
# and the first p chars in pattern, checking pattern has '?' or '*' also check for case_insensitivity
2424
# iStar is introduced to store length of the text and i, p and pStar for indexing
2525
i = 0
2626
p = 0

0 commit comments

Comments
 (0)