Skip to content

Commit 08e7fc6

Browse files
authored
[R2] Fix footnote number in limits.mdx (#18435)
1 parent 081a231 commit 08e7fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/r2/platform/limits.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { Render } from "~/components";
2121
and configuring buckets.
2222
<br /> <sup>2</sup> The object size limit is 5 GiB less than 5 TiB, so 4.995
2323
TiB.
24-
<br /> <sup>2</sup> The max upload size is 5 MiB less than 5 GiB, so 4.995 GiB.
24+
<br /> <sup>3</sup> The max upload size is 5 MiB less than 5 GiB, so 4.995 GiB.
2525
<br /> <sup>4</sup> Max upload size applies to uploading a file via one request,
2626
uploading a part of a multipart upload, or copying into a part of a multipart
2727
upload. If you have a Worker, its inbound request size is constrained by

0 commit comments

Comments
 (0)