mirror of
https://github.com/google/blockly.git
synced 2025-12-13 12:50:07 +01:00
wording update
This commit is contained in:
@@ -151,7 +151,7 @@ getPropertiesAccessed() {
|
||||
# Detect if there was any overlap.
|
||||
if [[ -n "${requires_overlap}" ]]; then
|
||||
while read -r requires_overlap_prop; do
|
||||
# Replace any instances of $requires_overlap_prop. Includes regex
|
||||
# Removes any instances of $requires_overlap_prop. Includes regex
|
||||
# lookarounds so that it does not simply match string contains.
|
||||
# Ex: if $requires_overlap is "Svg", then it would update the list
|
||||
# "isTargetInput mouseToSvg noEvent Svg" to
|
||||
|
||||
Reference in New Issue
Block a user