We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f006d6 commit 1ceb28eCopy full SHA for 1ceb28e
1 file changed
README.md
@@ -18,13 +18,13 @@ The library uses a Builder Pattern for the array classes. When the builder is fi
18
19
## Supported Types
20
The following interfaces are part of the API:
21
-* BooleanImmutableArray
22
-* ByteImmutableArray
23
-* DoubleImmutableArray
24
-* FloatImmutableArray
25
-* IntImmutableArray
26
-* LongImmutableArray
27
-* ShortImmutableArray
+* `BooleanImmutableArray`
+* `ByteImmutableArray`
+* `DoubleImmutableArray`
+* `FloatImmutableArray`
+* `IntImmutableArray`
+* `LongImmutableArray`
+* `ShortImmutableArray`
28
29
## Example
30
```java
0 commit comments