]> git.lizzy.rs Git - rust.git/commit
rollup merge of #24862: barometz/intro-push-err-fix
authorAlex Crichton <alex@alexcrichton.com>
Wed, 29 Apr 2015 22:45:38 +0000 (15:45 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 29 Apr 2015 22:45:38 +0000 (15:45 -0700)
commit256023a284cbdd75be5816b5798d013c92301a4f
tree2b7bb8beb7b512e3f23aaf4bb6f22565daf95e9a
parent41ee6df26153556f8ff3a9b08f38e28cfb5bc06c
parent9ddfbb1ae21b478dfce40f884889dd6d6b6ee69c
rollup merge of #24862: barometz/intro-push-err-fix

The error in the Brief Introduction shows the problematic line as "x.push(4)", while the example code uses a vector of strings.