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 e84c36a + c803ba9 commit c722d40Copy full SHA for c722d40
book/singleton.markdown
@@ -241,7 +241,7 @@ signature and distracts from the intent of the code.
241
242
The obvious fix is to make our `Log` class a singleton. Every function can then
243
go straight to the class itself to get an instance. But when we do that, we
244
-inadvertently acquire a strange little restriction. All of the sudden, we can no
+inadvertently acquire a strange little restriction. All of a sudden, we can no
245
longer create more than one logger.
246
247
At first, this isn't a problem. We're writing only a single log file, so we only
0 commit comments