Skip to content

Commit 2dea904

Browse files
committed
.strong, not .Strong
#24537 (comment)
1 parent 5381e78 commit 2dea904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/langref.html.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4840,7 +4840,7 @@ fn cmpxchgWeakButNotAtomic(comptime T: type, ptr: *T, expected_value: T, new_val
48404840
<p>
48414841
This builtin can be called from a {#link|comptime#} block to conditionally export symbols.
48424842
When <code>ptr</code> points to a function with the C calling convention and
4843-
{#syntax#}options.linkage{#endsyntax#} is {#syntax#}.Strong{#endsyntax#}, this is equivalent to
4843+
{#syntax#}options.linkage{#endsyntax#} is {#syntax#}.strong{#endsyntax#}, this is equivalent to
48444844
the {#syntax#}export{#endsyntax#} keyword used on a function:
48454845
</p>
48464846
{#code|export_builtin.zig#}

0 commit comments

Comments
 (0)