From 7b65667d5912e46ab2a39a7914a0ade869acc258 Mon Sep 17 00:00:00 2001 From: pixelistik Date: Mon, 16 Oct 2017 22:11:24 +0200 Subject: [PATCH] Fix typo in docs --- src/doc/crates-io.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/crates-io.md b/src/doc/crates-io.md index 384151b74..e0c2825e0 100644 --- a/src/doc/crates-io.md +++ b/src/doc/crates-io.md @@ -52,7 +52,7 @@ accidentally package up that 2GB video asset, or large data files used for code generation, integration tests, or benchmarking. There is currently a 10MB upload size limit on `*.crate` files. So, if the size of `tests` and `benches` directories and their dependencies are up to a couple of MBs, you can keep them -in your package; otherwsie, better to exclude them. +in your package; otherwise, better to exclude them. Cargo will automatically ignore files ignored by your version control system when packaging, but if you want to specify an extra set of files to ignore you -- 2.30.2