From 04b2deb38124299ef528d411c73802715517a749 Mon Sep 17 00:00:00 2001 From: 16yuki0702 Date: Sat, 25 Jul 2020 10:14:14 +0900 Subject: [PATCH] Fix rustc docs typo. --- src/doc/rustc/src/codegen-options/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/rustc/src/codegen-options/index.md b/src/doc/rustc/src/codegen-options/index.md index 35904e15d3fee..7b0280d5b78a7 100644 --- a/src/doc/rustc/src/codegen-options/index.md +++ b/src/doc/rustc/src/codegen-options/index.md @@ -12,7 +12,7 @@ This option is deprecated and does nothing. This option lets you choose which code model to use. \ Code models put constraints on address ranges that the program and its symbols may use. \ With smaller address ranges machine instructions -may be able to use use more compact addressing modes. +may be able to use more compact addressing modes. The specific ranges depend on target architectures and addressing modes available to them. \ For x86 more detailed description of its code models can be found in