Skip to content

Commit 61ea710

Browse files
committed
Use //-comment on that line that contains '*/'
Github's syntax highlighting otherwise turns everything pretty red. https://github.com/dominictarr/pull-stream-examples/blob/master/content-addressable.js
1 parent 8d25c82 commit 61ea710

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content-addressable.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ you have the correct data no matter who give it to you.
1515
These features make building a distributed system very
1616
easy, and is why you see this pattern in git, bittorrent,
1717
and bitcoin.
18-
19-
(try: ls .git/objects/*/* to look inside git's CA store)
2018
*/
19+
// (try: ls .git/objects/*/* to look inside git's CA store)
2120

2221
var fs = require('fs')
2322
var pull = require('pull-stream')

0 commit comments

Comments
 (0)