Skip to content

Commit fc85b1d

Browse files
authored
Merge pull request #6 from burinc/main
Fix the typo in README and one of the docstring
2 parents 36712c9 + 54c4b31 commit fc85b1d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
- Fix typo in the README's example and one in doc-string
4+
35
## Added
46

57
## Fixed
@@ -22,4 +24,4 @@
2224
- Classpath inspection utilities
2325
- Priority classloader for overrides
2426
- deps watcher
25-
- git-pull-lib
27+
- git-pull-lib

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Add/override the classpath based on the current deps.edn.
6565
Access specific class loaders
6666

6767
```clojure
68-
(licp/context-class-loader)
68+
(licp/context-classloader)
6969
(licp/base-loader)
7070
(licp/root-loader)
7171
(licp/compiler-loader)

src/lambdaisland/classpath.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
(clojure.lang.RT/baseLoader))
9595

9696
(defn cl-name
97-
"Get a classlaoders's defined name"
97+
"Get a classloaders's defined name"
9898
[^ClassLoader cl]
9999
(.getName cl))
100100

0 commit comments

Comments
 (0)