Skip to content

Commit e63432f

Browse files
authored
docs: fix "Capability" documentation example (#11337)
1 parent 627e90c commit e63432f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/tauri-utils/src/acl/capability.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ impl<'de> Deserialize<'de> for PermissionEntry {
100100
/// "identifier": "fs:allow-write-text-file",
101101
/// "allow": [{ "path": "$HOME/test.txt" }]
102102
/// },
103+
/// ],
103104
/// "platforms": ["macOS","windows"]
104105
/// }
105106
/// ```

0 commit comments

Comments
 (0)