Commit 46eca5f
authored
Fix typo in documentation for RSA private key constructors (#362)
Fixed the documentation comment for the constructors
* `init(unsafePEMRepresentation:)`
* `init(unsafeDERRepresentation:)`
of **`_RSA.Signing.PrivateKey`** which said "*public* key" instead of
"*private* key".
### Modifications:
No code changes.1 parent 3ef6559 commit 46eca5f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
0 commit comments