Skip to content

Commit 43da3aa

Browse files
rolfbjarneCopilot
andauthored
Update src/Foundation/NSLayoutConstraint.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent dd5955d commit 43da3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Foundation/NSLayoutConstraint.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public partial class NSLayoutConstraint {
5252
/// <remarks>
5353
/// <example>
5454
/// <code lang="csharp lang-csharp"><![CDATA[
55-
/// NSLayoutConstraint.FromVisualFormat ("|-8-[messageView]-8-|", NSLayoutOptions.None, "messageView", MakeMessageView ());
55+
/// NSLayoutConstraint.FromVisualFormat ("|-8-[messageView]-8-|", NSLayoutFormatOptions.None, "messageView", MakeMessageView ());
5656
/// ]]></code>
5757
/// </example>
5858
/// </remarks>

0 commit comments

Comments
 (0)