@@ -184,7 +184,7 @@ <h4 class="section">Type Parameters</h4>
184184
185185 < h4 class ="section " id ="Matchmaker_AsyncMatch_ClearCache__1_remarks "> Remarks</ h4 >
186186 < div class ="markdown level1 remarks "> < p >
187- After calling this method all
187+ After calling this method, all
188188< a class ="xref " href ="Matchmaker.AsyncMatch.html#Matchmaker_AsyncMatch_CreateStatic__1_System_Action_Matchmaker_AsyncMatchBuilder___0___System_String_System_Int32_ "> CreateStatic<TInput>(Action<AsyncMatchBuilder<TInput>>, string, int)</ a >
189189calls will recalculate match statements for type < code class ="typeparamref "> TInput</ code > .
190190</ p >
@@ -230,7 +230,7 @@ <h4 class="section">Type Parameters</h4>
230230
231231 < h4 class ="section " id ="Matchmaker_AsyncMatch_ClearCache__2_remarks "> Remarks</ h4 >
232232 < div class ="markdown level1 remarks "> < p >
233- After calling this method all
233+ After calling this method, all
234234< a class ="xref " href ="Matchmaker.AsyncMatch.html#Matchmaker_AsyncMatch_CreateStatic__2_System_Action_Matchmaker_AsyncMatchBuilder___0___1___System_String_System_Int32_ "> CreateStatic<TInput, TOutput>(Action<AsyncMatchBuilder<TInput, TOutput>>, string, int)</ a >
235235calls will recalculate match expressions for types < code class ="typeparamref "> TInput</ code > and
236236< code class ="typeparamref "> TOutput</ code > .
@@ -292,9 +292,8 @@ <h4 class="section">Type Parameters</h4>
292292
293293 < h4 class ="section " id ="Matchmaker_AsyncMatch_CreateStatic__1_System_Action_Matchmaker_AsyncMatchBuilder___0___System_String_System_Int32__remarks "> Remarks</ h4 >
294294 < div class ="markdown level1 remarks "> < p >
295- The key of the cache is the location of this method's call in the source code.
296- This way, a new match statement object will not be allocated every time pattern matching occurs
297- in the same place more than once.
295+ The key of the cache is the location of this method's call in the source code. This way, a new match expression
296+ object will not be allocated every time pattern matching occurs in the same place more than once.
298297</ p >
299298< p >
300299The pattern caching process is thread-safe.
@@ -362,9 +361,8 @@ <h4 class="section">Type Parameters</h4>
362361
363362 < h4 class ="section " id ="Matchmaker_AsyncMatch_CreateStatic__2_System_Action_Matchmaker_AsyncMatchBuilder___0___1___System_String_System_Int32__remarks "> Remarks</ h4 >
364363 < div class ="markdown level1 remarks "> < p >
365- The key of the cache is the location of this method's call in the source code.
366- This way, a new match expression object will not be allocated every time pattern matching occurs
367- in the same place more than once.
364+ The key of the cache is the location of this method's call in the source code. This way, a new match expression
365+ object will not be allocated every time pattern matching occurs in the same place more than once.
368366</ p >
369367< p >
370368The pattern caching process is thread-safe.
0 commit comments