Skip to content

Commit 178f836

Browse files
authored
fix: fix 'occured' -> 'occurred' in XML doc comment (#743)
ErrorType: fix 'occured' -> 'occurred' in XML doc comment XML doc comment in src/OpenFeature/Constant/ErrorType.cs line 12 read 'no error occured'. Fixed to 'occurred'. Comment-only change. Signed-off-by: SAY-5 <SAY-5@users.noreply.github.com> Co-authored-by: SAY-5 <SAY-5@users.noreply.github.com>
1 parent 98c394f commit 178f836

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/OpenFeature/Constant/ErrorType.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace OpenFeature.Constant;
99
public enum ErrorType
1010
{
1111
/// <summary>
12-
/// Default value, no error occured
12+
/// Default value, no error occurred
1313
/// </summary>
1414
None,
1515

0 commit comments

Comments
 (0)