Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Feb 20, 2024
1 parent cfc65cc commit 7118eee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/Polyfill/Regex/ValueMatch.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// <auto-generated />

// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#pragma warning disable

#if !NET7_0_OR_GREATER && FeatureMemory
Expand Down
5 changes: 3 additions & 2 deletions src/Polyfill/Regex/ValueMatchEnumerator.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// <auto-generated />

// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#pragma warning disable

#if !NET7_0_OR_GREATER && FeatureMemory
Expand All @@ -8,7 +9,7 @@
using System.Diagnostics.CodeAnalysis;

namespace System.Text.RegularExpressions;

//https://github.com/dotnet/runtime/blob/main/src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/Regex.EnumerateMatches.cs
/// <summary>
/// Represents an enumerator containing the set of successful matches found by iteratively applying a regular expression pattern to the input span.
/// </summary>
Expand Down

0 comments on commit 7118eee

Please sign in to comment.