Skip to content

Commit

Permalink
Update manual.md (#3582)
Browse files Browse the repository at this point in the history
Fix typo

Missing ',' before newline in argument list

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
  • Loading branch information
suizman and MrAlias authored Jan 10, 2023
1 parent 36904e4 commit 96d5de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website_docs/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func newTraceProvider(exp sdktrace.SpanExporter) *sdktrace.TracerProvider {
resource.NewWithAttributes(
semconv.SchemaURL,
semconv.ServiceNameKey.String("ExampleService"),
)
),
)

if err != nil {
Expand Down

0 comments on commit 96d5de1

Please sign in to comment.