Skip to content

Commit d77af77

Browse files
committed
fix up date, language tweak
1 parent b567120 commit d77af77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/news/2021-11-05-release.adoc renamed to content/news/2021-11-04-release.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= 1.10.891 Release
22
ClojureScript Team
3-
2021-11-05 10:30:00
3+
2021-11-04 10:30:00
44
:jbake-type: post
55

66
ifdef::env-github,env-browser[:outfilesuffix: .adoc]
@@ -48,7 +48,7 @@ semantically close to Clojure's vars which permit highly interactive development
4848
workflows.
4949

5050
Like ES modules, the `goog.module` format is simply incompatible with REPL driven
51-
development. Because namespaces are effectively function closures, precise
51+
development. In both cases the module is effectively a function closure, precise
5252
redefinition is simply not a part of the design. The complexities and tradeoffs for interactive
5353
development are readily apparent when comparing typical JavaScript "hot-reloading"
5454
workflows and the development experience available to Clojure developers.

0 commit comments

Comments
 (0)