Skip to content

Commit 50aaaf0

Browse files
authored
fix (docs): minor typos in CLI output (#8987)
1 parent abec09b commit 50aaaf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/cairo-lang-starknet-classes/src/allowed_libfuncs.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ pub enum ListSelector {
4141
}
4242

4343
impl ListSelector {
44-
/// Gets the cli arguments of both the list name and list file and return a selector, or None if
45-
/// both were supplied.
44+
/// Gets the CLI arguments of both the list name and list file and returns a
45+
/// selector, or None if both were supplied.
4646
pub fn new(list_name: Option<String>, list_file: Option<String>) -> Option<Self> {
4747
match (list_name, list_file) {
4848
// Both options supplied, can't decide.

0 commit comments

Comments
 (0)