diff options
| author | Yoji Shidara <dara@shidara.net> | 2025-08-13 21:26:30 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-13 21:26:30 +0900 |
| commit | 0e911333207cb6865d43e76d746e30650c413f23 (patch) | |
| tree | bc8caafc4d53343612f6be7f9fcc86452db97e04 /55.md | |
| parent | 252f746010cebafb3f98720ec5e8fb2634f70b77 (diff) | |
Fix typos (#2014)
Diffstat (limited to '55.md')
| -rw-r--r-- | 55.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -91,7 +91,7 @@ Signer MUST answer multiple permissions with an array of results | |||
| 91 | val results = listOf( | 91 | val results = listOf( |
| 92 | Result( | 92 | Result( |
| 93 | package = signerPackageName, | 93 | package = signerPackageName, |
| 94 | result = eventSignture, | 94 | result = eventSignature, |
| 95 | id = intentId | 95 | id = intentId |
| 96 | ) | 96 | ) |
| 97 | ) | 97 | ) |