Skip to content

Commit

Permalink
fix the italic style (mdn#30663)
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 authored and estelle committed Dec 5, 2023
1 parent 3b54423 commit e4d29fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/blob/slice/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ slice(start, end, contentType)
specify a value for `start` that is larger than the size of the source
{{domxref("Blob")}}, the returned {{domxref("Blob")}} has size 0 and contains no data.
- `end` {{optional_inline}}
- : An index into the {{domxref("Blob")}} indicating the first byte that will \*not\* be
- : An index into the {{domxref("Blob")}} indicating the first byte that will _not_ be
included in the new {{domxref("Blob")}} (i.e. the byte exactly at this index is not
included). If you specify a negative value, it's treated as an offset from the end of
the {{domxref("Blob")}} toward the beginning. For example, -10 would be the 10th from
Expand Down

0 comments on commit e4d29fc

Please sign in to comment.