File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ shakaExtern.ManifestParser = function() {};
4848 * @description
4949 * Defines the interface of the Player to the manifest parser. This defines
5050 * fields and callback methods that the parser will use to interact with the
51- * Player. The callback methods do not to be called as member functions (i.e.
52- * they can be called as "free" functions).
51+ * Player. The callback methods do not need to be called as member functions
52+ * (i.e. they can be called as "free" functions).
5353 *
5454 * @property {!shaka.net.NetworkingEngine } networkingEngine
5555 * The networking engine to use for network requests.
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ shaka.util.Mp4Parser.BoxType_ = {
9999
100100
101101/**
102- * Delcare a box type as a Box.
102+ * Declare a box type as a Box.
103103 *
104104 * @param {string } type
105105 * @param {!shaka.util.Mp4Parser.CallbackType } definition
You can’t perform that action at this time.
0 commit comments