Skip to content

Commit 9c01485

Browse files
authored
balance parens in doc comments (#1456)
Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent 62403eb commit 9c01485

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/bin/wasm-tools/component.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ pub struct NewOpts {
101101
/// ABI, for example, to one that uses the component model. The first
102102
/// `[NAME=]` specified in the argument is inferred from the name of file
103103
/// specified by `MODULE` if not present and is the name of the import
104-
/// module that's being implemented (e.g. `wasi_snapshot_preview1.wasm`.
104+
/// module that's being implemented (e.g. `wasi_snapshot_preview1.wasm`).
105105
///
106106
/// The second part of this argument, optionally specified, is the interface
107107
/// that this adapter module imports. If not specified then the interface
@@ -317,7 +317,7 @@ pub struct LinkOpts {
317317
/// ABI, for example, to one that uses the component model. The first
318318
/// `[NAME=]` specified in the argument is inferred from the name of file
319319
/// specified by `MODULE` if not present and is the name of the import
320-
/// module that's being implemented (e.g. `wasi_snapshot_preview1.wasm`.
320+
/// module that's being implemented (e.g. `wasi_snapshot_preview1.wasm`).
321321
///
322322
/// The second part of this argument, optionally specified, is the interface
323323
/// that this adapter module imports. If not specified then the interface

0 commit comments

Comments
 (0)