Skip to content

Commit b7d577d

Browse files
authored
Delete duplicate example (#3188)
Also remove extra pipe character that prevented table rendering in markdown preview
1 parent afa8d7c commit b7d577d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/consume-packages/Package-Source-Mapping.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ All requested packages must map to one or more sources by matching a defined pac
127127
### Package Pattern Syntax
128128

129129
| Pattern | Example syntax | Description |
130-
|-|--------|---------|-------------|
131-
| Package prefix pattern | `*`, `NuGet.*`, `NuGet.*` | Must end with a `*`, where `*` matches 0 or more characters. `*` is the shortest allowed prefix pattern and matches all packages ids. |
130+
|---------|---------|-------------|
131+
| Package prefix pattern | `*`, `NuGet.*` | Must end with a `*`, where `*` matches 0 or more characters. `*` is the shortest allowed prefix pattern and matches all packages ids. |
132132
| Package ID pattern | `NuGet.Common`, `Contoso.Contracts` | Exact package ID. |
133133

134134
### Package Pattern precedence

0 commit comments

Comments
 (0)