Skip to content

Commit

Permalink
Fix typo in doc (#1197)
Browse files Browse the repository at this point in the history
an extra tag was place, oops.
  • Loading branch information
BaksiLi committed Mar 19, 2020
1 parent e910b4f commit ee31ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/UltiSnips.txt
Expand Up @@ -1094,7 +1094,7 @@ example illustrating an HTML anchor snippet.

------------------- SNIP -------------------
snippet a
<a href="${1:http://www.${2:example.com}}"</a>
<a href="${1:http://www.${2:example.com}}"
$0
</a>
endsnippet
Expand Down

0 comments on commit ee31ea1

Please sign in to comment.