diff options
| author | Tamer Tas <tamertas@outlook.com> | 2015-04-01 00:56:20 +0300 |
|---|---|---|
| committer | Tamer Tas <tamertas@outlook.com> | 2015-04-01 00:56:20 +0300 |
| commit | 2108ead7d3ed6cdcea54aa73e6fb913010d7849c (patch) | |
| tree | b51cb0ed9c8ce669afc4d38146e91a90f932a383 | |
| parent | 6e8f790f1c1def2f1cbce19ae29027008cf38b91 (diff) | |
Fix typo in Secrets
| -rw-r--r-- | secrets.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -277,7 +277,7 @@ type Secret struct { // representing the arbitrary (possibly non-string) data value here. Data map[string][]byte `json:"data,omitempty"` - // Used to facilitate programatic handling of secret data. + // Used to facilitate programmatic handling of secret data. Type SecretType `json:"type,omitempty"` } |
