From 612e34d2cd1ab9634b38725ae1b1d7c646a62e61 Mon Sep 17 00:00:00 2001 From: Zhu-Panda Date: Fri, 3 Jun 2022 10:53:12 +0800 Subject: [PATCH] make used terms more uniform --- xml/System.Numerics/BitOperations.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Numerics/BitOperations.xml b/xml/System.Numerics/BitOperations.xml index 70b3212adae..6436ffc67c9 100644 --- a/xml/System.Numerics/BitOperations.xml +++ b/xml/System.Numerics/BitOperations.xml @@ -84,7 +84,7 @@ The value to evaluate as being a power of two. - Evaluates whether the specified value is a power of 2. + Evaluates whether the specified value is a power of two. if the specified value is a power of two; otherwise. To be added.