Skip to content

Commit

Permalink
Fix typo 💄
Browse files Browse the repository at this point in the history
  • Loading branch information
omaus committed Mar 21, 2022
1 parent 0d85b27 commit d686111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ArcCommander/ArgumentProcessing.fs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module ArgumentProcessing =

/// Returns the value given by the user for name k.
let getFieldValueByName k (arguments : Map<string,Argument>) =
let log = Logging.createLogger "ArgumentProcessingGetFieldByValueLog"
let log = Logging.createLogger "ArgumentProcessingGetFieldValueByNameLog"
match Map.find k arguments with
| Field v -> v
| Flag ->
Expand Down

0 comments on commit d686111

Please sign in to comment.