> -----Original Message----- > From: Yong Wang [mailto:wang.yon...@zte.com.cn] > Sent: Thursday, December 8, 2016 4:19 AM > To: Mcnamara, John <john.mcnam...@intel.com> > Cc: dev@dpdk.org; Yong Wang <wang.yon...@zte.com.cn> > Subject: [PATCH] doc: fix mistakes in contribution guide
Thanks for the fixes. One minor comment below. > > Signed-off-by: Yong Wang <wang.yon...@zte.com.cn> > --- > doc/guides/contributing/documentation.rst | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/doc/guides/contributing/documentation.rst > b/doc/guides/contributing/documentation.rst > index 5ec0675..5f16a0c 100644 > --- a/doc/guides/contributing/documentation.rst > +++ b/doc/guides/contributing/documentation.rst > @@ -381,9 +381,9 @@ Lists > #. Item one. > > #. Item two is a long line that is wrapped and then indented > - to match the start of the e first line. > + to match the start of the first line. > > - #. Item two is a long line that is wrapped and then indented to > match > + #. Item three is a long line that is wrapped and then indented to > match > the start of the previous line. The middle item should probably be deleted. I would replace the list with the following: #. Item one. #. Item two is a long line that is wrapped and then indented to match the start of the previous line. #. Item three. Thanks, John