diff --git a/docs/network/index.html b/docs/network/index.html index 67944354db..0a45557b12 100644 --- a/docs/network/index.html +++ b/docs/network/index.html @@ -697,8 +697,8 @@

Methods

Returns: none Set the options. All available options can be found in the modules - above. Each module requires its own container with the module - name to contain its options. + above. Each module requires its own container with the module name + to contain its options. } forces + * @param {Object} forces * @param {Node} node * @private */ diff --git a/lib/network/modules/components/physics/FA2BasedCentralGravitySolver.js b/lib/network/modules/components/physics/FA2BasedCentralGravitySolver.js index a8451ddda3..0cb3002bb3 100644 --- a/lib/network/modules/components/physics/FA2BasedCentralGravitySolver.js +++ b/lib/network/modules/components/physics/FA2BasedCentralGravitySolver.js @@ -19,7 +19,7 @@ class ForceAtlas2BasedCentralGravitySolver extends CentralGravitySolver { * @param {number} distance * @param {number} dx * @param {number} dy - * @param {object} forces + * @param {Object} forces * @param {Node} node * @private */