From 8c3e2d03b8ef9adf679b03ec33948e853c9bdfd5 Mon Sep 17 00:00:00 2001 From: activatekillswitch Date: Mon, 22 May 2023 21:12:54 +0100 Subject: [PATCH] Update Point.xml Corrected the example comment --- xml/System.Windows/Point.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Windows/Point.xml b/xml/System.Windows/Point.xml index f10e6947488..716f6745ef7 100644 --- a/xml/System.Windows/Point.xml +++ b/xml/System.Windows/Point.xml @@ -148,7 +148,7 @@ ## Examples - This example adds a to a and returns the result as a structure. + This example adds a to a and returns the result as a structure. :::code language="csharp" source="~/snippets/csharp/System.Windows/Point/Overview/PointExample.cs" id="Snippetaddpointandvectorexample_csharp":::