mirror of
https://github.com/google/blockly.git
synced 2026-01-04 15:40:08 +01:00
wording update
This commit is contained in:
@@ -151,7 +151,7 @@ getPropertiesAccessed() {
|
|||||||
# Detect if there was any overlap.
|
# Detect if there was any overlap.
|
||||||
if [[ -n "${requires_overlap}" ]]; then
|
if [[ -n "${requires_overlap}" ]]; then
|
||||||
while read -r requires_overlap_prop; do
|
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.
|
# lookarounds so that it does not simply match string contains.
|
||||||
# Ex: if $requires_overlap is "Svg", then it would update the list
|
# Ex: if $requires_overlap is "Svg", then it would update the list
|
||||||
# "isTargetInput mouseToSvg noEvent Svg" to
|
# "isTargetInput mouseToSvg noEvent Svg" to
|
||||||
|
|||||||
Reference in New Issue
Block a user