From 3fde2e8585062f5f50ff5949b987487a319d6565 Mon Sep 17 00:00:00 2001 From: yay9096-hub Date: Tue, 10 Mar 2026 08:05:04 -0700 Subject: [PATCH] fix: correct typo 'homogenous' -> 'homogeneous' in tokenomics.md 'homogeneous' is the standard scientific spelling; 'homogenous' is a common misspelling. Closes #771 (BCOS-L2) --- docs/whitepaper/tokenomics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/whitepaper/tokenomics.md b/docs/whitepaper/tokenomics.md index 2787bfb50..5f29a8dec 100644 --- a/docs/whitepaper/tokenomics.md +++ b/docs/whitepaper/tokenomics.md @@ -72,7 +72,7 @@ RustChain’s design explicitly targets common centralization drivers: - Gas fees do not provide an advantage to sophisticated MEV operators. - VM-scale strategies are economically discouraged by the fingerprint gate and binding logic. -Residual centralization risks still exist (e.g., shared NAT environments, homogenous hardware fleets), and the system is expected to evolve as adversaries adapt. +Residual centralization risks still exist (e.g., shared NAT environments, homogeneous hardware fleets), and the system is expected to evolve as adversaries adapt. ## Open Questions / Future Work