From 4cf4136b98d0e36a7b2e211658642e1cefe6abe9 Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Mon, 23 Oct 2023 16:28:22 -0300 Subject: [PATCH] change sententence syntax Co-authored-by: Arya --- book/src/dev/ecc-updates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/dev/ecc-updates.md b/book/src/dev/ecc-updates.md index 21849310a30..a4abef76170 100644 --- a/book/src/dev/ecc-updates.md +++ b/book/src/dev/ecc-updates.md @@ -51,7 +51,7 @@ cargo build cargo test ``` -- When upgrading, it's common for things to break, such as deprecated functions or removed functionality. Address these issues by referring to the crate's changelog, which often provides explanations and workarounds. +- When upgrading, it's common for things to break, such as deprecated or removed functionality. Address these issues by referring to the crate's changelog, which often provides explanations and workarounds. - If you encounter issues that you can't resolve, consider reaching out to ECC team members who worked on the upgrade, as they may have more context.