Skip to content
This repository was archived by the owner on Dec 27, 2020. It is now read-only.

Commit

Permalink
Less suggestive comment text
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Nov 24, 2017
1 parent c9a5ee5 commit 6215722
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,16 @@ dx supports all [JavaScript comment styles]: multi-line comments, single-line co
and with or without leading `*` marks in each row. The following are equivalent:

```js
// Crashes the system
// Count wobbles

/*
* Crashes the system
* Count wobbles
*/

/* Crashes the system */
/* Count wobbles */

/*
Crashes the system
Count wobbles
*/
```

Expand Down

0 comments on commit 6215722

Please sign in to comment.