From 536e3be282d53b08f439bd796f05893d71ac063d Mon Sep 17 00:00:00 2001 From: inthewaves <26474149+inthewaves@users.noreply.github.com> Date: Thu, 2 Jul 2020 15:37:26 -0700 Subject: [PATCH] fix typo in build documentation --- static/build.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 applications.
no_std
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.