We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a477a2 commit 55fa48cCopy full SHA for 55fa48c
src/instruction.rs
@@ -12,7 +12,7 @@
12
//! # fn main() -> Result<(), String> {
13
//!
14
//! // Create a vector that contains instructions.
15
-//! // The idea is that these instructions are read from a file).
+//! // The idea is that these instructions are read from a file.
16
//! let mut instruction_strings = Vec::new();
17
//! instruction_strings.push("node: a");
18
//! instruction_strings.push("node: b");
0 commit comments