git ssb

0+

wanderer🌟 / js-primea-hypervisor



Commit 54682dbb20afd58e4292b4d018b5724bbdf68516

spelling

wanderer committed on 11/21/2017, 11:50:56 PM
Parent: 5ad1e81dff0873b192cd5b650e8f2c2a37f7a4ee

Files changed

index.jschanged
index.jsView
@@ -113,9 +113,9 @@
113113 /**
114114 * regirsters a container with the hypervisor
115115 * @param {Class} Constructor - a Class for instantiating the container
116116 * @param {*} args - any args that the contructor takes
117- * @param {Interger} typeId - the container's type identification ID
117+ * @param {Integer} typeId - the container's type identification ID
118118 */
119119 registerContainer (Constructor, args, typeId = Constructor.typeId) {
120120 this._containerTypes[typeId] = {
121121 Constructor: Constructor,

Built with git-ssb-web