Skip to content

Commit 5b0e829

Browse files
authored
Make heading case consistent (#85)
1 parent 59400a7 commit 5b0e829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2025-05-27-rust-cuda-update.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ For example:
7575
- If a large static variable was initially unused, the compiler might optimize it away. If subsequent code changes caused that static to be referenced, it would be included, potentially triggering the memory limit and causing runtime failures.
7676
- Code behavior could vary unexpectedly across different versions of a dependency or between debug and release builds.
7777

78-
### The Fix
78+
### The fix
7979

8080
New contributor <Gh user="brandonros" /> and Rust CUDA maintainer <Gh user="LegNeato" />
8181
[landed a

0 commit comments

Comments
 (0)