Skip to content

Commit

Permalink
fix: Added correct underline syntax (#4967)
Browse files Browse the repository at this point in the history
Co-authored-by: Sal <[email protected]>
  • Loading branch information
Bickor and salguarnieri committed Jun 16, 2021
1 parent 1e19993 commit 733a6cf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions kythe/docs/kythe-storage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -423,14 +423,14 @@ be ordered after the previous row.

[width="40%",cols="10%,10%,10%,60%,10%"]
|=====================================================================================
|A |ø |ø | / | x
|A |ø |ø | [underline]#/foo# | w
|A |[underline]#m# |C | /bar | w
|A |m |C | [underline]#/car# | w
|A |m |C | /car | [underline]#y#
|A |[underline]#n# |B | / | ø
|A |n |[underline]#C# | /bar | ø
|[underline]#AB# |ø |ø | / | t
|A | / | x
|A | [.underline]#/foo# | w
|A |[.underline]#m# |C | /bar | w
|A |m |C | [.underline]#/car# | w
|A |m |C | /car | [.underline]#y#
|A |[.underline]#n# |B | / | ø
|A |n |[.underline]#C# | /bar | ø
|[.underline]#AB# |ø | / | t
|=====================================================================================

Conceptually, each field is compared in isolation; in practice this can be
Expand Down

0 comments on commit 733a6cf

Please sign in to comment.