Skip to content

Commit a342649

Browse files
Fix typo in README.md
1 parent 2feb779 commit a342649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Enums.Framerate framerate = timecodeObj.Framerate;
9090

9191
```csharp
9292
string timecodeRegex = Timecode.TimecodeRegexPattern;
93-
string srtTimecodeRegex = Timecode.SubtitleTimecodeRegexPattern;
93+
string subtitleTimecodeRegex = Timecode.SubtitleTimecodeRegexPattern;
9494
```
9595

9696
### Operator Overloading

0 commit comments

Comments
 (0)