Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Oct 7, 2024
1 parent 1723392 commit 8acc190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wit/deps/golem-1.1/golem-oplog-1.1.wit
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ interface oplog {
/// writing a `BeginRemoteWrite` entry in the oplog. Followup invocations should contain
/// this entry's index as the parameter. In batched remote writes it is the caller's responsibility
/// to manually write an `EndRemoteWrite` entry (using `end_function`) when the operation is completed.
write-remote-batched(oplog-index)
write-remote-batched(option<oplog-index>)
}

record create-parameters {
Expand Down

0 comments on commit 8acc190

Please sign in to comment.