Skip to content

Commit 02cdb01

Browse files
authored
Fixed small typo (tauri-apps#603)
1 parent 6ad0df2 commit 02cdb01

File tree

1 file changed

+1
-1
lines changed
  • docs/guides/02-architecture/inter-process-communication

1 file changed

+1
-1
lines changed

docs/guides/02-architecture/inter-process-communication/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ sequenceDiagram
3333

3434
Tauri also provides a [foreign function interface]-like abstraction on top IPC messages[^1]. The primary API, `invoke`, is similar to the browsers `fetch` API and allows the Frontend to invoke rust functions, pass arguments, and receive data.
3535

36-
Because this mechanism uses uses a [JSON-RPC] like protocol under the hood to serialize requests and responses, all arguments and return data must be serializable to JSON.
36+
Because this mechanism uses a [JSON-RPC] like protocol under the hood to serialize requests and responses, all arguments and return data must be serializable to JSON.
3737

3838
<figure>
3939

0 commit comments

Comments
 (0)