Skip to content

Commit

Permalink
Fix docs/decisions/digest-as-version.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Jan 5, 2024
1 parent 8cc21e1 commit ad1cac6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/decisions/digest-as-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Considered replacement options for `:`:
- does not work unescaped in urls, violates constraint 5

- `$`

CONS:
- may be used for string substitution, violates constraint 4
- not good as separator characters, as they fill too much space and don't visually separate
Expand Down Expand Up @@ -156,6 +156,7 @@ Considered replacement options for `:`:

PROS:
- do not violate any constraint

CONS:
- not in the list of characters best to use in URLs

Expand Down

0 comments on commit ad1cac6

Please sign in to comment.