Skip to content

Commit

Permalink
Update distribution/lib/Standard/Table/0.0.0-dev/src/Io/Excel.enso
Browse files Browse the repository at this point in the history
Co-authored-by: Radosław Waśko <[email protected]>
  • Loading branch information
jdunkerley and radeusgd committed May 5, 2022
1 parent 60b9a90 commit 551041b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ type Excel_Range
## PRIVATE
Wrapper for validation
validate : Boolean -> Text -> Any
validate ~validation ~error_message ~wrapped =
validate validation ~error_message ~wrapped =
if validation then wrapped else Error.throw (Illegal_Argument_Error error_message)

read_excel : File -> Excel_Section -> Problem_Behavior -> Boolean -> (Table | Vector)
Expand Down

0 comments on commit 551041b

Please sign in to comment.