You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/nuget-for-libs.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ We suggest what seems to be the standard project layout in Clojure libraries. S
5
5
6
6
We will put our .Net-related source in `<root>\src\main\dotnet`.
7
7
8
-
(You might run into older libraries that were developed before we standardized on this approach. They might have the clojure source directly under `<root>/src/clojure` and the .Net-related code under there also.}
8
+
(You might run into older libraries that were developed before we standardized on this approach. They might have the clojure source directly under `<root>/src/clojure` and the .Net-related code under there also.)
9
9
10
10
The sample code below uses `clojure.tools.namespace` as the name of the library. You should substitute appropriately.
0 commit comments