diff --git a/site/src/content/courses/basic-theory/chapter_8.mdx b/site/src/content/courses/basic-theory/chapter_8.mdx index 3f8ed24..8a4acb8 100644 --- a/site/src/content/courses/basic-theory/chapter_8.mdx +++ b/site/src/content/courses/basic-theory/chapter_8.mdx @@ -14,7 +14,7 @@ For example, I want a cell to produce only one new cell at a time in a transacti Another example, I would like a cell to never show the word "carrot" in its data field during a transaction, I could also create a type lock with such a rule. -This is the distinction between the type script and the lock script. +This is the distinction between the lock script and the type script. The former protects the ownership of the box and the latter secures the cell transformation rules. **The lock script is the gatekeeper, while the type script is the guardian.** diff --git a/yarn.lock b/yarn.lock index 1ea722c..4d7f795 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4518,9 +4518,9 @@ focus-trap@7.4.0: tabbable "^6.1.1" follow-redirects@^1.14.7, follow-redirects@^1.14.9, follow-redirects@^1.15.0: - version "1.15.4" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf" - integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw== + version "1.15.6" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b" + integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA== for-each@^0.3.3: version "0.3.3"