Skip to content

Commit

Permalink
Fixed back slashes to forward slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
DeidreCasey committed Dec 15, 2023
1 parent 4935a1a commit 8baaaeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/punctuation/slashes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Use a slash in the following situations.
|-----------|----------|
| **To imply a combination**</br> Capitalize the word after the slash if the word before the slash is capitalized. | client/server</br> TCP/IP</br> Use the on/off switch. |
| **To separate parts of an internet address**</br> Use two slashes after the protocol name. | `ftp://example.com/downloads` |
| **In server, folder, and file names** | `\\\\mslibrary\\catalog\\collect.doc` |
| **In server, folder, and file names** | `////mslibrary//catalog//collect.doc` |
| **Between the numerator and denominator of fractions in equations that occur in text** | a/x + b/y = 1</br>x + 2/3(y) = m |

## Don't use a slash
Expand Down
2 changes: 1 addition & 1 deletion docs/punctuation/square-brackets.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Use square brackets in the following situations.

| Situation | Examples |
|-----------|----------|
| **Within parenthetic text**</br> Use square brackets to insert a parenthetic word or phrase into material that is already enclosed by parentheses. | Placing comments within a menu file often makes sense. (See page 154 of Advanced Skills, Revision A [May, 2009] for related information.)|
| **Within parenthetic text**</br> Use square brackets to insert a parenthetic word or phrase into material that is already enclosed by parentheses. | Placing comments within a menu file often makes sense. (See page 154 of Advanced Skills, Revision A [May, 2009] for related information.) |
| **In optional command-line entries**</br> Use to set off an optional part of a command line. | date [yymmddhhmm]|

0 comments on commit 8baaaeb

Please sign in to comment.