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.
2 parents fe0121d + 4bf15fa commit 0e2e118Copy full SHA for 0e2e118
TSPL.docc/LanguageGuide/Initialization.md
@@ -2450,7 +2450,7 @@ class UntitledDocument: Document {
2450
In this case, if the `init(name:)` initializer of the superclass
2451
were ever called with an empty string as the name,
2452
the forced unwrapping operation would result in a runtime error.
2453
-However, because it's called with a string constant,
+However, because it's called with a string literal,
2454
you can see that the initializer won't fail,
2455
so no runtime error can occur in this case.
2456
0 commit comments