rust-lang / nomicon

The Dark Arts of Advanced and Unsafe Rust Programming
https://doc.rust-lang.org/nomicon/
Apache License 2.0
1.82k stars 263 forks source link

Intro: fix word order #462

Closed ttrssreal closed 1 week ago

ttrssreal commented 1 week ago

Is it this or is it "how constructs lower to compiler/OS/hardware work".

ehuss commented 1 week ago

I believe the original is correct. "Constructs" in this case can be interpreted as a plural noun which essentially means "things in the language", and "lower" is the verb, which essentially means translated. "Lowering" is a term used in compilers when translating from a higher-level representation to a lower-level one.

ttrssreal commented 1 week ago

Oh I see, sorry :3