ICU-21741 remove redundant html tag: </pre>

See #1838
This commit is contained in:
Jacky_Yin 2021-08-31 11:01:57 +00:00 committed by Elango
parent 1986dcd0d8
commit 881f8021ad

View file

@ -110,7 +110,7 @@ Depending on the platform and the type of installation, we recommend a small num
~/icu$ mkdir icu4c-build
~/icu$ cd icu4c-build
~/icu/icu4c-build$ ../icu/icu4c/source/runConfigureICU Linux
~/icu/icu4c-build$ make check</pre>
~/icu/icu4c-build$ make check
```
> :point_right: **Note**: this example shows a relative path to `runConfigureICU`. If you experience difficulty, try using an absolute path to `runConfigureICU` instead.