Skip to content

Commit 55fa48c

Browse files
committed
Fixed comment
1 parent 0a477a2 commit 55fa48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/instruction.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
//! # fn main() -> Result<(), String> {
1313
//!
1414
//! // Create a vector that contains instructions.
15-
//! // The idea is that these instructions are read from a file).
15+
//! // The idea is that these instructions are read from a file.
1616
//! let mut instruction_strings = Vec::new();
1717
//! instruction_strings.push("node: a");
1818
//! instruction_strings.push("node: b");

0 commit comments

Comments
 (0)