Skip to content

Commit 5ee9b58

Browse files
Fixed syntax error in the code under What's new in v3 heading
1 parent f0d9e21 commit 5ee9b58

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

src/connections/sources/catalog/libraries/server/go/index.md

Lines changed: 2 additions & 2 deletions
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)