Skip to content

Commit 2fa9f8f

Browse files
jeremiahpslewisKristofferC
authored andcommitted
Fix Markdown table formatting (#2416)
(cherry picked from commit bae808d)
1 parent 0c7e5b4 commit 2fa9f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pkg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ in the vector.
457457
Many functions that take a `PackageSpec` or a `Vector{PackageSpec}` can be called with a more concise notation with `NamedTuple`s.
458458
For example, `Pkg.add` can be called either as the explicit or concise versions as:
459459
460-
| Explicit | Concise
460+
| Explicit | Concise |
461461
|:--------------------------------------------------------------------|:-----------------------------------------------|
462462
| `Pkg.add(PackageSpec(name="Package))` | `Pkg.add(name = "Package")` |
463463
| `Pkg.add(PackageSpec(url="www.myhost.com/MyPkg")))` | `Pkg.add(name = "Package")` |

0 commit comments

Comments
 (0)