Skip to content

Commit 62b5654

Browse files
authored
fixed typo
1 parent 9edbcc8 commit 62b5654

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ if client.initialize:
147147
detail = all_flag_values.get(flag_key, default=None)
148148
```
149149

150-
> Note that if evaluation called before Go SDK client initialized, you set the wrong flag key/user for the evaluation or the related feature flag is not found, SDK will return the default value you set. The `fbclient.common_types.EvalDetail` will explain the details of the latest evaluation including error raison.
150+
> **Note**
151+
> If evaluation happened before the client is initialized, or you provide the wrong flag key/user for evaluation, the `variation` calls will return the default value. The `fbclient.common_types.EvalDetail` will explain the details of the latest evaluation including error reason.
151152
152153
### Flag Tracking
153154

0 commit comments

Comments
 (0)