Explorar o código

docs: fix "Capability" documentation example (#11337)

Paul hai 9 meses
pai
achega
e63432fbfc
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      crates/tauri-utils/src/acl/capability.rs

+ 1 - 0
crates/tauri-utils/src/acl/capability.rs

@@ -100,6 +100,7 @@ impl<'de> Deserialize<'de> for PermissionEntry {
 ///     "identifier": "fs:allow-write-text-file",
 ///     "allow": [{ "path": "$HOME/test.txt" }]
 ///   },
+///  ],
 ///  "platforms": ["macOS","windows"]
 /// }
 /// ```