Skip to content

Commit

Permalink
Update comment based on PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
robacourt committed Aug 7, 2024
1 parent f0c799c commit 692fcff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/sync-service/lib/electric/log_items.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ defmodule Electric.LogItems do
Defines the structure and how to create the items in the log that the electric client reads.
The log_item() data structure is a map for ease of consumption in the Elixir code,
however when JSON encoded it's the format that the electric client accepts.
however when JSON encoded (not done in this module) it's the format that the electric
client accepts.
"""

@type log_item :: %{
Expand Down

0 comments on commit 692fcff

Please sign in to comment.