Skip to content

Commit

Permalink
fixup: getClient example fix
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
  • Loading branch information
toddbaert committed Jun 23, 2023
1 parent b76feda commit a8706a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/sections/01-flag-evaluation.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ See [provider](./02-providers.md) for details.
```java
// example client creation and retrieval
OpenFeature.getClient(name: "my-named-client");
OpenFeature.getClient("my-named-client");
```

The name is a logical identifier for the client which may be associated with a particular provider by the application integrator.
Expand Down

0 comments on commit a8706a9

Please sign in to comment.