Fixed a typo in entities.js
Fixed a typo in entities.js in which a comment said 'reuire' instead of 'require'
This commit is contained in:
parent
5a936bab20
commit
bb6bdbd57d
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
/*global reuire, exports*/
|
||||
/*global require, exports*/
|
||||
/*
|
||||
make entities a global variable for use at in-game prompt
|
||||
Tab completion is a useful way to discover what entity types are available.
|
||||
|
|
Reference in a new issue