Skip to content

Commit 7387a72

Browse files
committed
[skip ci] spelling
1 parent 9121a72 commit 7387a72

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

design/cache/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ checks and improve performance.
88
## Identical namespace caching
99

1010
The most common case is that a namepsace has not changed textually. This is the main
11-
case targetted by tools.namespace, and while we do could do more granular caching, this
11+
case targeted by tools.namespace, and while we do could do more granular caching, this
1212
should always be checked first to avoid extra work.
1313

1414
If an entire namespace is exactly the same as the last time it was type checked,
@@ -43,7 +43,7 @@ If a namespace has textual changes, we need to recheck the parts of the namespac
4343
that changed.
4444

4545
The order of forms in a namespace often does not change the way each form type checks.
46-
For example, if the the entire namespace is a series of `defn`'s, we could theoretically type check
46+
For example, if the entire namespace is a series of `defn`'s, we could theoretically type check
4747
it in any order, or skip some.
4848

4949
When it's true, this insight simplifies identifying a form, which gives some flexibility

typed/clj.checker/src/typed/clojure/main.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
(println))
120120
(reset! rescan (promise))
121121
@@rescan
122-
;; TODO easy special case: don't refresh if the scan-dirs says only the currently focussed (ie., failing) namespace changed
122+
;; TODO easy special case: don't refresh if the scan-dirs says only the currently focused (ie., failing) namespace changed
123123
(when refresh
124124
(let [res ((dynavar `repl/refresh-all))] ;; refresh-all to undo check-ns making namespaces stale
125125
(when-not (= :ok res)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy