Skip to content

Commit 5eed146

Browse files
sypharmarcoieni
andcommitted
fix typo in comment
Co-authored-by: Marco Ieni <[email protected]>
1 parent 59ab915 commit 5eed146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/file.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ impl StreamingFile {
8787
// is only the `no-store` part.
8888
//
8989
// Future optimization could be:
90-
// * only forbid fastly to storstore, and browsers still could.
90+
// * only forbid fastly to store, and browsers still could.
9191
// * implement segmented caching for large files somehow.
9292
if self.0.content_length > FASTLY_CACHE_MAX_OBJECT_SIZE
9393
&& !matches!(cache_policy, CachePolicy::NoStoreMustRevalidate)

0 commit comments

Comments
 (0)