Skip to content

Commit a7f1d5c

Browse files
author
Niall Brennan
committed
Add docs for API version below 24
1 parent 95deb1e commit a7f1d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JAVA_COMPAT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class YourJsonSerializable implements JsonSerializable {
159159
analytics.track("View Product", new YourJsonSerializable());
160160
```
161161

162-
For implementations supporting a minimum API version below 24, the `buildJsonObjectFunc` fucntion will need to be used.
162+
For implementations supporting a minimum API version below 24, the `buildJsonObjectFunc` function will need to be used.
163163
```java
164164
analytics.track("View Product", Builders.buildJsonObjectFunc(o -> {
165165
o.put("productId", 123)

0 commit comments

Comments
 (0)