Skip to content

Commit b74f458

Browse files
committed
Fix "Line Must End with Spaces"
1 parent c59d504 commit b74f458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/values.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ r[value.provenance.dangling]
5959
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.
6060

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

0 commit comments

Comments
 (0)