[spv-out] BlockContext::write_expression_pointer doc fix.

This commit is contained in:
Jim Blandy
2021-10-01 13:58:51 -07:00
committed by Dzmitry Malyshau
parent 6912cb3594
commit 89cc21ef43

View File

@@ -989,7 +989,7 @@ impl<'w> BlockContext<'w> {
Ok(())
}
/// Build an `OpAccessChain` instruction for a left-hand-side expression.
/// Build an `OpAccessChain` instruction.
///
/// Emit any needed bounds-checking expressions to `block`.
///