Merge pull request #18170 from longkb/remove_duplicated_words_in_doc

Remove duplicated word 'for for' in doc
pull/18175/head
Jan Tattermusch 6 years ago committed by GitHub
commit ea37365ac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      doc/server_reflection_tutorial.md

@ -15,8 +15,8 @@ server reflection, you can link this library to your server binary.
Some platforms (e.g. Ubuntu 11.10 onwards) only link in libraries that directly Some platforms (e.g. Ubuntu 11.10 onwards) only link in libraries that directly
contain symbols used by the application. On these platforms, LD flag contain symbols used by the application. On these platforms, LD flag
`--no-as-needed` is needed for for dynamic linking and `--whole-archive` is `--no-as-needed` is needed for dynamic linking and `--whole-archive` is
needed for for static linking. needed for static linking.
This [Makefile](../examples/cpp/helloworld/Makefile#L37#L45) demonstrates This [Makefile](../examples/cpp/helloworld/Makefile#L37#L45) demonstrates
enabling c++ server reflection on Linux and MacOS. enabling c++ server reflection on Linux and MacOS.

Loading…
Cancel
Save