Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
ajewellamz committed Dec 15, 2024
1 parent 829e463 commit f535e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FileIO/FileIO.dfy
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module {:options "-functionSyntax:4"} FileIO {
return if isError then Failure(errorMsg) else Success(());
}

/**
/**
* Attempts to append the given bytes to the file at the given file path,
* creating nonexistent parent directories as necessary.
* If an error occurs, a `Result.Failure` value is returned containing an implementation-specific
Expand Down

0 comments on commit f535e67

Please sign in to comment.