There was an error while loading. Please reload this page.
2 parents 2f6aa10 + 28b9c4c commit c997f08Copy full SHA for c997f08
README.md
@@ -903,6 +903,10 @@ hints for the pairwise grouping with comments or empty lines.
903
(def private-var ...) ; not private at all
904
```
905
906
+* <a name="access-private-var"></a>
907
+ To access a private var (e.g. for testing), use the `@#'some.ns/var` form.
908
+<sup>[[link](#access-private-var)]</sup>
909
+
910
* <a name="attach-metadata-carefully"></a>
911
Be careful regarding what exactly do you attach metadata to.
912
<sup>[[link](#attach-metadata-carefully)]</sup>
0 commit comments