Skip to content

Commit 03381e0

Browse files
author
Mihir Waknis
committed
Fixed spelling errors.
1 parent d7eba16 commit 03381e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/archive/Namespace Level Vars and Top Level Code.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ does top level code and multiple actors. As such, the logical semantics are:
6868
lazily.
6969
3. Source files that have TLC are each initialized in a deterministic order: The
7070
dependence graph of domains is respected (lower level domains are initialized
71-
before dependent ones), and the source files withing a domain are initialized
71+
before dependent ones), and the source files within a domain are initialized
7272
in some deterministic order (perhaps according to their filename or
7373
something, TBD).
74-
4. Within a source file with TLC, the TLC is run top down in determinstic order
74+
4. Within a source file with TLC, the TLC is run top down in deterministic order
7575
whenever the file's initializer is run. This initializer executes in the
7676
context of the "first" actor, which is created on behalf of the program by
7777
the runtime library.

0 commit comments

Comments
 (0)