We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95deb1e commit a7f1d5cCopy full SHA for a7f1d5c
JAVA_COMPAT.md
@@ -159,7 +159,7 @@ class YourJsonSerializable implements JsonSerializable {
159
analytics.track("View Product", new YourJsonSerializable());
160
```
161
162
-For implementations supporting a minimum API version below 24, the `buildJsonObjectFunc` fucntion will need to be used.
+For implementations supporting a minimum API version below 24, the `buildJsonObjectFunc` function will need to be used.
163
```java
164
analytics.track("View Product", Builders.buildJsonObjectFunc(o -> {
165
o.put("productId", 123)
0 commit comments