Skip to content

Commit b94cf17

Browse files
hovinenbcopybara-github
authored andcommitted
Fix the Markdown table at the end of README.md.
The table was attempting to use the `:` character to continue a line in a single cell, but this is not supported in the GitHub dialect of Markdown. The result was broken rendering. This consolidates everything into a single line which should render correctly. PiperOrigin-RevId: 546868086
1 parent a7de523 commit b94cf17

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,7 @@ displayed, we recommend setting those variables in the personal
286286

287287
| Variable name | Description |
288288
| ------------------- | -------------------------------------------------- |
289-
| GTEST_RUST_NO_COLOR | If set to any value, disables ANSI output from the |
290-
: : failure message. This is useful when the failure :
291-
: : description is piped to a file or another process. :
289+
| GTEST_RUST_NO_COLOR | If set to any value, disables ANSI output from the failure message. This is useful when the failure description is piped to a file or another process. |
292290

293291
## Contributing Changes
294292

0 commit comments

Comments
 (0)