Missed a diff syntax example

This commit is contained in:
Zach Leatherman 2022-04-18 13:46:01 -05:00
parent dc3e7c49f2
commit e96a1d6e07

View File

@ -14,11 +14,11 @@ Bring to the table win-win survival strategies to ensure proactive domination. A
Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from DevOps. Nanotechnology immersion along the information highway will close the loop on focusing solely on the bottom line.
``` text/2-3
```diff-js
// this is a command
function myCommand() {
let counter = 0;
counter++;
+ let counter = 0;
+ counter++;
}
// Test with a line break above this line.