fixed typo bug
This commit is contained in:
parent
2896aaf82c
commit
0a68003361
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ public class DocFunction extends DocElement implements IPathElement {
|
|||
case TEMPLATE: return ( "Template " + name );
|
||||
case FUNCTION: return ( "Function " + name );
|
||||
case MACRO: return ( "Macro " + name );
|
||||
case SKIN: return ( "Skin" + name );
|
||||
case SKIN: return ( "Skin " + name );
|
||||
}
|
||||
return ( "Method " + name );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue