fix typo in build documentation
This commit is contained in:
parent
2350d71563
commit
536e3be282
@ -1062,7 +1062,7 @@ rm android-cts-media-1.4.zip</pre>
|
|||||||
applications.</li>
|
applications.</li>
|
||||||
<li>Rust with <code>no_std</code> for low-level code used in a hypervisor, kernel,
|
<li>Rust with <code>no_std</code> for low-level code used in a hypervisor, kernel,
|
||||||
daemon, system library, etc. Keep in mind that low-level code is to be avoided
|
daemon, system library, etc. Keep in mind that low-level code is to be avoided
|
||||||
whenever a higher language language is better suited to the job. In general,
|
whenever a higher-level language is better suited to the job. In general,
|
||||||
the project aims to avoid creating more low-level code manually dealing with
|
the project aims to avoid creating more low-level code manually dealing with
|
||||||
memory ownership and lifetimes in the first place.</li>
|
memory ownership and lifetimes in the first place.</li>
|
||||||
<li>C in rare cases for very small and particularly low-level projects without
|
<li>C in rare cases for very small and particularly low-level projects without
|
||||||
|
Loading…
x
Reference in New Issue
Block a user