summaryrefslogtreecommitdiff
path: root/static/build.html
diff options
context:
space:
mode:
authorinthewaves <26474149+inthewaves@users.noreply.github.com>2020-07-02 15:37:26 -0700
committerDaniel Micay <danielmicay@gmail.com>2020-07-02 19:23:36 -0400
commit536e3be282d53b08f439bd796f05893d71ac063d (patch)
treedf0c5b1f042ec2ad1b04d2653339d2e24869674f /static/build.html
parent2350d71563c404fc4650e0bac21e4df9718fac23 (diff)
fix typo in build documentation
Diffstat (limited to 'static/build.html')
-rw-r--r--static/build.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html
index 4274803e..b8a5c569 100644
--- a/static/build.html
+++ b/static/build.html
@@ -1062,7 +1062,7 @@ rm android-cts-media-1.4.zip</pre>
applications.</li>
<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
- 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
memory ownership and lifetimes in the first place.</li>
<li>C in rare cases for very small and particularly low-level projects without