Fix repeated words in Classes tutorial (GH-21455)

The phrase "At any time during execution," was repeated twice.

Automerge-Triggered-By: @Mariatta
This commit is contained in:
Paul McMillan 2020-07-13 18:26:23 -07:00 committed by GitHub
parent 8dd32fe645
commit 4f28f75dee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,8 +114,8 @@ accessible. "Directly accessible" here means that an unqualified reference to a
name attempts to find the name in the namespace.
Although scopes are determined statically, they are used dynamically. At any
time during execution, At any time during execution, there are 3 or 4 nested
scopes whose namespaces are directly accessible:
time during execution, there are 3 or 4 nested scopes whose namespaces are
directly accessible:
* the innermost scope, which is searched first, contains the local names
* the scopes of any enclosing functions, which are searched starting with the