Fix another typo

This commit is contained in:
Steven Rogalsky 2019-04-02 12:33:59 -07:00 committed by GitHub
parent 911f7833bb
commit 94d30ce921
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
Export and import statements that we covered in previous chaters are called "static". Export and import statements that we covered in previous chaters are called "static".
What's because they are indeed static. The syntax is very strict. That's because they are indeed static. The syntax is very strict.
First, we can't dynamicaly generate any parameters of `import`. First, we can't dynamicaly generate any parameters of `import`.