Skip to content

Commit f2ff9a4

Browse files
committed
Fixed linting errors
1 parent 0240768 commit f2ff9a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/dom/dom.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,10 +1118,10 @@ p5.prototype.createVideo = function(src, callback) {
11181118

11191119
/**
11201120
* Creates a hidden HTML5 <audio> element in the DOM for simple audio
1121-
* playback. The first parameter can be either a single string path to a
1121+
* playback. The first parameter can be either a single string path to a
11221122
* audio file, or an array of string paths to different formats of the same
1123-
* audio. This is useful for ensuring that your audio can play across
1124-
* different browsers, as each supports different formats.
1123+
* audio. This is useful for ensuring that your audio can play across
1124+
* different browsers, as each supports different formats.
11251125
* See <a href='https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats'>this
11261126
* page for further information about supported formats</a>.
11271127
*

0 commit comments

Comments
 (0)