Percolator docs missing a callout

This commit is contained in:
Clinton Gormley 2016-04-19 14:11:23 +02:00
parent e53131dd79
commit 68f96868a6
1 changed files with 2 additions and 2 deletions

View File

@ -293,7 +293,7 @@ This will yield the following response.
},
"highlight": {
"message": [
"The quick brown fox jumps over the <em>lazy</em> <em>dog</em>"
"The quick brown fox jumps over the <em>lazy</em> <em>dog</em>" <1>
]
}
},
@ -311,7 +311,7 @@ This will yield the following response.
},
"highlight": {
"message": [
"The quick <em>brown</em> <em>fox</em> jumps over the lazy dog"
"The quick <em>brown</em> <em>fox</em> jumps over the lazy dog" <1>
]
}
}