Skip to content

Commit fa047bb

Browse files
authored
Merge pull request #7546 from segmentio/neelkanth-kaushik/LIBRARIES-2486
Fixed syntax error in the code under What's new in v3 heading
2 parents f309726 + 5ee9b58 commit fa047bb

File tree

1 file changed

+2
-2
lines changed
  • src/connections/sources/catalog/libraries/server/go

1 file changed

+2
-2
lines changed

Diff for: src/connections/sources/catalog/libraries/server/go/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -492,8 +492,8 @@ client.Enqueue(analytics.Track{
492492
UserId: "f4ca124298",
493493
Event: "Signed Up",
494494
Properties: analytics.NewProperties().
495-
SetCategory("Enterprise"),
496-
SetCoupon("synapse"),
495+
SetCategory("Enterprise").
496+
SetCoupon("synapse").
497497
SetDiscount(10),
498498
})
499499
```

0 commit comments

Comments
 (0)