We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2feb779 commit a342649Copy full SHA for a342649
README.md
@@ -90,7 +90,7 @@ Enums.Framerate framerate = timecodeObj.Framerate;
90
91
```csharp
92
string timecodeRegex = Timecode.TimecodeRegexPattern;
93
-string srtTimecodeRegex = Timecode.SubtitleTimecodeRegexPattern;
+string subtitleTimecodeRegex = Timecode.SubtitleTimecodeRegexPattern;
94
```
95
96
### Operator Overloading
0 commit comments