Skip to content

Commit 1ceb28e

Browse files
author
Emil Forslund
authored
Update README.md
1 parent 9f006d6 commit 1ceb28e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ The library uses a Builder Pattern for the array classes. When the builder is fi
1818

1919
## Supported Types
2020
The following interfaces are part of the API:
21-
* BooleanImmutableArray
22-
* ByteImmutableArray
23-
* DoubleImmutableArray
24-
* FloatImmutableArray
25-
* IntImmutableArray
26-
* LongImmutableArray
27-
* ShortImmutableArray
21+
* `BooleanImmutableArray`
22+
* `ByteImmutableArray`
23+
* `DoubleImmutableArray`
24+
* `FloatImmutableArray`
25+
* `IntImmutableArray`
26+
* `LongImmutableArray`
27+
* `ShortImmutableArray`
2828

2929
## Example
3030
```java

0 commit comments

Comments
 (0)