Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/cairo-lang-starknet-classes/src/allowed_libfuncs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub enum ListSelector {
}

impl ListSelector {
/// Gets the cli arguments of both the list name and list file and return a selector, or None if
/// Gets the CLI arguments of both the list name and list file and returns a selector, or None if
/// both were supplied.
pub fn new(list_name: Option<String>, list_file: Option<String>) -> Option<Self> {
match (list_name, list_file) {
Expand Down
Loading