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:
parent
35ef9e5dd0
commit
c90e61a93c
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue