Fixed spelling mistake

This commit is contained in:
serveln 2020-04-01 21:34:21 -03:00
parent bce50200fe
commit fb56cb4e8b
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +0,0 @@
# -*- mode: snippet -*-
# name: asignation
# key: asig
# --
${1:variable} <= ${2:value};

5
snippets/vhdl-mode/assignation Executable file
View File

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: assignation
# key: asg
# --
${1:variable} <= ${2:value};