File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -238,9 +238,9 @@ public final class SwiftCommandState {
238
238
239
239
/// Holds the currently active workspace.
240
240
///
241
- /// It is not initialized in init() because for some of the commands like package init , usage etc,
242
- /// workspace is not needed, in- fact it would be an error to ask for the workspace object
243
- /// for package init because the Manifest file should *not* present.
241
+ /// It is not initialized in init() because for some of the commands like ` package init` , usage etc,
242
+ /// a workspace is not needed. In fact it would be an error to ask for the workspace object
243
+ /// for ` package init` because the manifest file should *not* be present.
244
244
private var _workspace : Workspace ?
245
245
private var _workspaceDelegate : WorkspaceDelegate ?
246
246
You can’t perform that action at this time.
0 commit comments