From af58b3da72d9b99c658222ef6507f72c77fbbe88 Mon Sep 17 00:00:00 2001 From: fox-222 <96783584+fox-222@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:57:29 +0800 Subject: [PATCH] typo typo --- ch03.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch03.asciidoc b/ch03.asciidoc index 1f41cdf7..79839258 100644 --- a/ch03.asciidoc +++ b/ch03.asciidoc @@ -73,7 +73,7 @@ v0.12.0rc2 ... ---- -The list of tags shows all the released versions of bitcoin. By convention, _release candidates_, which are intended for testing, have the suffix "rc." Stable releases that can be run on production systems have no suffix. From the preceding list, select the highest version release, which at the time of writing was v0.15.0. To synchronize the local code with this version, use the +git checkout+ command: +The list of tags shows all the released versions of bitcoin. By convention, _release candidates_, which are intended for testing, have the suffix "rc". Stable releases that can be run on production systems have no suffix. From the preceding list, select the highest version release, which at the time of writing was v0.15.0. To synchronize the local code with this version, use the +git checkout+ command: ---- $ git checkout v0.15.0