Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ This is <# also not interpreted #> as a comment.
```

However, certain PowerShell features are designed to work with strings that
contain comments. Interpretation of the comment is dependant on the specific
contain comments. Interpretation of the comment is dependent on the specific
feature.

### Regular expression comments
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ This is <# also not interpreted #> as a comment.
```

However, certain PowerShell features are designed to work with strings that
contain comments. Interpretation of the comment is dependant on the specific
contain comments. Interpretation of the comment is dependent on the specific
feature.

### Regular expression comments
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ This is <# also not interpreted #> as a comment.
```

However, certain PowerShell features are designed to work with strings that
contain comments. Interpretation of the comment is dependant on the specific
contain comments. Interpretation of the comment is dependent on the specific
feature.

### Regular expression comments
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ This is <# also not interpreted #> as a comment.
```

However, certain PowerShell features are designed to work with strings that
contain comments. Interpretation of the comment is dependant on the specific
contain comments. Interpretation of the comment is dependent on the specific
feature.

### Regular expression comments
Expand Down
Loading