Skip to content

Commit 73c79df

Browse files
Update README.md
1 parent 3c95068 commit 73c79df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ client.getIntegerValue(key: "my-flag", defaultValue: 1)
112112
client.getDoubleValue(key: "my-flag", defaultValue: 1.1)
113113

114114
// Object
115-
client.getObjectValue(key: "my-flag", defaultValue: Value.structure(["key":Value.integer("1234"))
115+
client.getObjectValue(key: "my-flag", defaultValue: Value.structure(["key":Value.integer("1234")])
116116
```
117117

118118
> [!NOTE]

0 commit comments

Comments
 (0)