We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605ca7b commit 0c507bbCopy full SHA for 0c507bb
src/Fetch.fs
@@ -155,7 +155,7 @@ module Types =
155
[<Emit("$0.get('Content-MD5')")>] abstract ContentMD5: string option
156
157
/// Where in a full body message this partial message belongs
158
- [<Emit("$0.get('Content-Range'')")>] abstract ContentRange: string option
+ [<Emit("$0.get('Content-Range')")>] abstract ContentRange: string option
159
160
/// The MIME type of this content
161
[<Emit("$0.get('Content-Type')")>] abstract ContentType: string option
0 commit comments