Skip to content

Commit 0b1fc39

Browse files
Fix comment typo in SwiftCommandState.swift (#8165)
`the manifest file should *not* present` -> `the manifest file should *not* be present` --------- Co-authored-by: Paul LeMarquand <[email protected]>
1 parent 891f578 commit 0b1fc39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/CoreCommands/SwiftCommandState.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,9 @@ public final class SwiftCommandState {
238238

239239
/// Holds the currently active workspace.
240240
///
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.
244244
private var _workspace: Workspace?
245245
private var _workspaceDelegate: WorkspaceDelegate?
246246

0 commit comments

Comments
 (0)