Skip to content

Commit b2033e1

Browse files
armanbilgejapgolly
andauthored
Apply suggestions from code review
Co-authored-by: David Barri <[email protected]>
1 parent 1241c93 commit b2033e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/scala/org/scalajs/dom/Fetch.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,11 @@ trait ResponseInit extends js.Object {
173173
@js.native
174174
trait Body extends js.Object {
175175

176-
/*: Contains a Boolean that indicates whether the body has been read.
176+
/* Contains a Boolean that indicates whether the body has been read.
177177
*/
178178
def bodyUsed: Boolean = js.native
179179

180-
/*: Takes a Response stream and reads it to completion. It returns a promise that resolves with an ArrayBuffer.
180+
/* Takes a Response stream and reads it to completion. It returns a promise that resolves with an ArrayBuffer.
181181
*/
182182
def arrayBuffer(): js.Promise[ArrayBuffer] = js.native
183183

0 commit comments

Comments
 (0)