Fix url in comments

This commit is contained in:
Takanori Ishibashi
2019-05-28 20:03:10 +09:00
committed by Benjamin Bouvier
parent 03368895fe
commit f427a2b923

View File

@@ -45,7 +45,7 @@ impl FuncTranslator {
/// ///
/// See [the WebAssembly specification][wasm]. /// See [the WebAssembly specification][wasm].
/// ///
/// [wasm]: https://webassembly.github.io/spec/binary/modules.html#code-section /// [wasm]: https://webassembly.github.io/spec/core/binary/modules.html#code-section
/// ///
/// The Cranelift IR function `func` should be completely empty except for the `func.signature` /// The Cranelift IR function `func` should be completely empty except for the `func.signature`
/// and `func.name` fields. The signature may contain special-purpose arguments which are not /// and `func.name` fields. The signature may contain special-purpose arguments which are not