Skip to content

Commit

Permalink
fix: an incorrect reference link.
Browse files Browse the repository at this point in the history
  • Loading branch information
lilingxi01 committed Jan 16, 2023
1 parent 5db90f3 commit c6c2b7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generator/helper.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This part of code is referencing from: https://www.swiftbysundell.com/articles/defining-dynamic-colors-in-swift/
export const helperExtensions = `
// Algorithm coming from: https://en.wikipedia.org/wiki/HSL_and_HSV#HSL_to_HSV
// Algorithm coming from: https://en.wikipedia.org/wiki/HSL_and_HSV#HSV_to_HSL
extension Color {
/**
- Parameter h: Range from 0 to 360.
Expand Down
2 changes: 1 addition & 1 deletion output/RadixColors.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2366,7 +2366,7 @@ extension Color {
}
#endif

// Algorithm coming from: https://en.wikipedia.org/wiki/HSL_and_HSV#HSL_to_HSV
// Algorithm coming from: https://en.wikipedia.org/wiki/HSL_and_HSV#HSV_to_HSL
extension Color {
/**
- Parameter h: Range from 0 to 360.
Expand Down

0 comments on commit c6c2b7b

Please sign in to comment.