Skip to content

Commit

Permalink
Fix "Line Must End with Spaces"
Browse files Browse the repository at this point in the history
  • Loading branch information
chorman0773 committed Nov 11, 2024
1 parent c59d504 commit b74f458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/values.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ r[value.provenance.dangling]
A pointer is dangling if it has no provenance, or if it has provenance to an allocation that has since been deallocated. An access, except for an access of size zero, using a dangling pointer, is undefined behavior.

> [!NOTE]
> Allocations include local and static variables, as well as temporaries. Local Variables and Temporaries are deallocated when they go out of scope.
> Allocations include local and static variables, as well as temporaries. Local Variables and Temporaries are deallocated when they go out of scope.
> [!WARN]
> The above is necessary, but not sufficient, to avoid undefined behavior. The full requirements for pointer access is not yet decided.
Expand Down

0 comments on commit b74f458

Please sign in to comment.