Browse Source

Update api-toIpc.md

Amr Bashir 10 months ago
parent
commit
db2f2d3f94
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .changes/api-toIpc.md

+ 1 - 1
.changes/api-toIpc.md

@@ -2,4 +2,4 @@
 "@tauri-apps/cli": "patch:feat"
 ---
 
-Add to `toIpc`  method on `PhysicalSize`, `PhysicalPosition`, `LogicalSize` and `LogicalPosition` to convert it into IPC-compatible value that can be deserialized correctly on the Rust side into its equivalent struct.
+Add `toIpc` method on `PhysicalSize`, `PhysicalPosition`, `LogicalSize` and `LogicalPosition` to convert it into IPC-compatible value that can be deserialized correctly on the Rust side into its equivalent struct.