Skip to content

Commit 3ed3f7c

Browse files
committed
fix API doc indentation
1 parent 3d29377 commit 3ed3f7c

File tree

6 files changed

+193
-168
lines changed

6 files changed

+193
-168
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
### Enhancements
1616
* [Experimental] #32: Asynchronously load implementation (only on feature flag)
17-
* [up to 95% faster loading](https://github.com/dm3/clojure.java-time/issues/32#issuecomment-116365209)
18-
* to enable use `-Djava-time.async-load=true`
17+
- [up to 95% faster loading](https://github.com/dm3/clojure.java-time/issues/32#issuecomment-116365209)
18+
- to enable use `-Djava-time.async-load=true`
1919

2020
### Internal
2121
* Remove `java-time.util/get-static-fields-of-type`

docs/CHANGELOG.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,13 @@ <h3><a href="#fixed" id="fixed"></a>Fixed</h3>
1414
</ul>
1515
<h3><a href="#enhancements" id="enhancements"></a>Enhancements</h3>
1616
<ul>
17-
<li><a href="Experimental">Experimental</a> #32: Asynchronously load implementation (only on feature flag)</li>
17+
<li><a href="Experimental">Experimental</a> #32: Asynchronously load implementation (only on feature flag)
18+
<ul>
1819
<li><a href="https://github.com/dm3/clojure.java-time/issues/32#issuecomment-116365209">up to 95% faster loading</a></li>
1920
<li>to enable use <code>-Djava-time.async-load=true</code></li>
2021
</ul>
22+
</li>
23+
</ul>
2124
<h3><a href="#internal" id="internal"></a>Internal</h3>
2225
<ul>
2326
<li>Remove <code>java-time.util/get-static-fields-of-type</code></li>

0 commit comments

Comments
 (0)