Skip to content

Commit 0771956

Browse files
committed
Remove errant slash.
1 parent 5d4c1dd commit 0771956

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/server-sdk-otel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ launchdarkly::server_side::Client client(std::move(config));
141141
// This will use the active span based on your open telemetry context managent. For asynchronous frameworks handling
142142
// multiple requests per-thread, either custom context management is required, or the parent span can be explicitly
143143
// provided. Refer to `Passing Parent Span Explicitly`.
144-
/
144+
145145
bool result = client.BoolVariation(context, "my-flag", false);
146146
```
147147

0 commit comments

Comments
 (0)