Skip to content

Commit

Permalink
Radek demands use of False
Browse files Browse the repository at this point in the history
Co-authored-by: Radosław Waśko <[email protected]>
  • Loading branch information
JaroslavTulach and radeusgd authored Dec 2, 2024
1 parent a7890d2 commit 05c3812
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ type Managed_Resource
Returns:
A `Managed_Resource` object that can be used to access the resource.
register : Any -> (Any -> Nothing) -> Boolean -> Managed_Resource
register resource function system_finalization_allowed=Boolean.False =
register resource function system_finalization_allowed=False =
@Tail_Call register_builtin resource function system_finalization_allowed

## PRIVATE
Expand Down

0 comments on commit 05c3812

Please sign in to comment.