From e4d29fcc2c4660ad5619e76360ad44919159e56e Mon Sep 17 00:00:00 2001 From: A1lo Date: Thu, 30 Nov 2023 22:42:39 +0800 Subject: [PATCH] fix the italic style (#30663) --- files/en-us/web/api/blob/slice/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/blob/slice/index.md b/files/en-us/web/api/blob/slice/index.md index 4ca2bb1193e2efa..f3228d9a414f5ec 100644 --- a/files/en-us/web/api/blob/slice/index.md +++ b/files/en-us/web/api/blob/slice/index.md @@ -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