Skip to content

Commit 72b7db2

Browse files
committed
Fix typo
1 parent abc1825 commit 72b7db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Porting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ diff --git a/Sources/_TestingInternals/Discovery.cpp b/Sources/_TestingInternals
231231
static const char& testContentSectionEnd = testContentSectionBegin;
232232
#if !defined(SWT_NO_LEGACY_TEST_DISCOVERY)
233233
static const char typeMetadataSectionBegin = 0;
234-
static const char& typeMetadataSectionEnd = testContentSectionBegin;
234+
static const char& typeMetadataSectionEnd = typeMetadataSectionBegin;
235235
#endif
236236
#endif
237237
```

0 commit comments

Comments
 (0)