0
0
Fork 0
mirror of https://github.com/dtolnay/rust-toolchain.git synced 2025-05-30 14:13:35 +03:00

fix: remove single quotes

They're just extra confusing, and we already specify it must be a string.
This commit is contained in:
BD103 2025-04-22 09:52:48 -04:00 committed by GitHub
parent 35ef9e5dd0
commit c90e61a93c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,7 +57,7 @@ All inputs are optional.
<td><code>make-default</code></td>
<td>
Make the installed toolchain the default.
This must be either the strings <code>'true'</code> or <code>'false'</code>, and is <code>'true'</code> by default.
This must be either the strings <code>true</code> or <code>false</code>, and is <code>true</code> by default.
</td>
</tr>
</table>