Skip to content

Commit d75cfed

Browse files
committed
1 parent 24f04c7 commit d75cfed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

v2-community/src/loader/Loader.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1754,14 +1754,14 @@ Phaser.Loader.prototype = {
17541754
},
17551755

17561756
/**
1757-
* Add a synchronization point to the assets/files added within the supplied callback.
1757+
* Add a synchronization point to the assets / files added within the supplied callback.
17581758
*
17591759
* A synchronization point denotes that an asset _must_ be completely loaded before
17601760
* subsequent assets can be loaded. An asset marked as a sync-point does not need to wait
17611761
* for previous assets to load (unless they are sync-points). Resources, such as packs, may still
17621762
* be downloaded around sync-points, as long as they do not finalize loading.
17631763
*
1764-
* @method Phaser.Loader#withSyncPoints
1764+
* @method Phaser.Loader#withSyncPoint
17651765
* @param {function} callback - The callback is invoked and is supplied with a single argument: the loader.
17661766
* @param {object} [callbackContext=(loader)] - Context for the callback.
17671767
* @return {Phaser.Loader} This Loader instance.

0 commit comments

Comments
 (0)