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

This commit is contained in:
Paul
2024-10-13 07:23:58 -04:00
committed by GitHub
parent 627e90c304
commit e63432fbfc

View File

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