Manual: missing closing tag.

This commit is contained in:
LCD 47 2017-04-24 16:50:22 +03:00
parent b9d35359be
commit 67aa4e3d03
2 changed files with 2 additions and 2 deletions

View File

@ -3615,7 +3615,7 @@ Installation~
You need to install Julia itself, and the package "Lint". You can install You need to install Julia itself, and the package "Lint". You can install
"Lint" from the Julia package manager, with the command: > "Lint" from the Julia package manager, with the command: >
Pkg.add("Lint") Pkg.add("Lint")
<
Checker Options~ Checker Options~
This checker doesn't call the "makeprgBuild()" function, and thus it ignores This checker doesn't call the "makeprgBuild()" function, and thus it ignores

View File

@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START lockvar! g:_SYNTASTIC_START
endif endif
let g:_SYNTASTIC_VERSION = '3.8.0-41' let g:_SYNTASTIC_VERSION = '3.8.0-42'
lockvar g:_SYNTASTIC_VERSION lockvar g:_SYNTASTIC_VERSION
" Sanity checks {{{1 " Sanity checks {{{1