Skip to content

Commit 5904046

Browse files
committed
Merge pull request #217 from richardxyx/patch-1
Added missing period
2 parents 09fdd4c + 51fce15 commit 5904046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: unittests/SwiftDemangle/DemangleTest.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ TEST(FunctionNameDemangleTests, CorrectlyDemangles) {
2727
EXPECT_STREQ(DemangledName, OutputBuffer);
2828
EXPECT_EQ(Result, strlen(DemangledName));
2929

30-
// Make sure the SynthesizeSugarOnTypes option is functioning
30+
// Make sure the SynthesizeSugarOnTypes option is functioning.
3131
const char *FunctionNameWithSugar = "_TF4main3fooFT3argGSqGSaSi___T_";
3232
const char *DemangledNameWithSugar = "main.foo (arg : [Swift.Int]?) -> ()";
3333

0 commit comments

Comments
 (0)