Skip to content

Commit e51eda5

Browse files
committed
Fix preprocessor typo
1 parent 9f4e4ad commit e51eda5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Runtime/System.String/String.ToSentence.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ public static string ToSentence(this string s)
3131
return sb.ToString();
3232
}
3333
}
34-
}
34+
}
35+
36+
#endif

0 commit comments

Comments
 (0)