Skip to content

Commit ce09aaf

Browse files
authored
Fix typo in $ section
1 parent 1af4cdd commit ce09aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/weird_characters.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ Used to reference inner classes and interfaces in Java. Separates the
503503
container class name and the inner class name.
504504
[source,clojure]
505505
----
506-
(:import (basex.core BaseXClient$EventNotifier)
506+
(import (basex.core BaseXClient$EventNotifier)
507507
508508
(defn- build-notifier [notifier-action]
509509
(reify BaseXClient$EventNotifier

0 commit comments

Comments
 (0)