Explorar el Código

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

Paul hace 9 meses
padre
commit
e63432fbfc
Se han modificado 1 ficheros con 1 adiciones y 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"]
 /// }
 /// ```