Skip to content

Commit

Permalink
Minor variant documentation corrections. (#2463)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcwilliams403 authored Aug 11, 2024
1 parent 03554ef commit 48cc4be
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions params/variants.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5726,49 +5726,49 @@ selectorAffix."cyrl/Yus" = ""

[prime.lower-lambda]
sampler = "λ"
samplerExplain = "Greek small Lambda"
samplerExplain = "Greek lower Lambda"
tagKind = "letter"

[prime.lower-lambda.variants.straight]
rank = 1
description = "More-straight Greek small Lambda (`λ`)"
description = "More-straight Greek lower Lambda (`λ`)"
selector."grek/lambda" = "straightSerifless"

[prime.lower-lambda.variants.straight-turn]
rank = 2
description = "Greek small Lambda (`λ`) with straight upper and a tail turns leftward"
description = "Greek lower Lambda (`λ`) with straight upper and a tail turns leftward"
selector."grek/lambda" = "straightTurnSerifless"

[prime.lower-lambda.variants.tailed-turn]
rank = 3
description = "More curly Greek small Lambda (`λ`), with a tail turns leftward at top and a tail turns right at bottom-right"
description = "More curly Greek lower Lambda (`λ`), with a tail turns leftward at top and a tail turns right at bottom-right"
selector."grek/lambda" = "tailedTurnSerifless"

[prime.lower-lambda.variants.curly]
rank = 4
description = "More curly Greek small Lambda (`λ`), like Iosevka 2.x"
description = "More curly Greek lower Lambda (`λ`), like Iosevka 2.x"
selector."grek/lambda" = "curlySerifless"

[prime.lower-lambda.variants.curly-turn]
rank = 5
description = "More curly Greek small Lambda (`λ`), like Iosevka 2.x, with a tail turns leftward"
description = "More curly Greek lower Lambda (`λ`), like Iosevka 2.x, with a tail turns leftward"
selector."grek/lambda" = "curlyTurnSerifless"

[prime.lower-lambda.variants.curly-tailed-turn]
rank = 6
description = "More curly Greek small Lambda (`λ`), with a tail turns leftward at top, a tail turns right at bottom-right, and curly bottom-left leg"
description = "More curly Greek lower Lambda (`λ`), with a tail turns leftward at top, a tail turns right at bottom-right, and curly bottom-left leg"
selector."grek/lambda" = "curlyTailedTurnSerifless"



[prime.lower-mu]
sampler = "μ"
samplerExplain = "Greek small Mu"
samplerExplain = "Greek lower Mu"
tagKind = "letter"

[prime.lower-mu.variants-buildup]
entry = "body"
descriptionLeader = "Greek small Mu (`μ`)"
descriptionLeader = "Greek lower Mu (`μ`)"

[prime.lower-mu.variants-buildup.stages.body."*"]
next = "serifs"
Expand Down Expand Up @@ -5988,7 +5988,7 @@ selector."grek/phi" = "cursive"

[prime.lower-phi.variants.neo-hellenic]
rank = 3
description = "Greek lower Phi (`ν`) with neo-hellenic shape"
description = "Greek lower Phi (`φ`) with neo-hellenic shape"
selector."grek/phi" = "neohellenic"


Expand Down Expand Up @@ -6121,7 +6121,7 @@ selectorAffix."cyrl/psi" = "serifed"

[prime.cyrl-a]
sampler = "а"
samplerExplain = "Cyrillic A"
samplerExplain = "Cyrillic Lower A"
tagKind = "letter"

[prime.cyrl-a.variants-buildup]
Expand Down Expand Up @@ -6231,7 +6231,7 @@ selectorAffix."cyrl/ae/a" = "serifless"

[prime.cyrl-ve]
sampler = "в"
samplerExplain = "Cyrillic Ve"
samplerExplain = "Cyrillic Lower Ve"
tagKind = "letter"

[prime.cyrl-ve.variants-buildup]
Expand Down Expand Up @@ -6328,7 +6328,7 @@ selector."cyrl/Zhe" = "cursive"

[prime.cyrl-zhe]
sampler = "ж"
samplerExplain = "Cyrillic Zhe"
samplerExplain = "Cyrillic Lower Zhe"
tagKind = "letter"

[prime.cyrl-zhe.variants.straight]
Expand Down Expand Up @@ -6596,7 +6596,7 @@ selectorAffix."cyrl/KaBashkir" = "serifed"

[prime.cyrl-ka]
sampler = "к"
samplerExplain = "Cyrillic Ka"
samplerExplain = "Cyrillic Lower Ka"
tagKind = "letter"

[prime.cyrl-ka.variants-buildup]
Expand Down Expand Up @@ -7632,12 +7632,12 @@ tagKind = "dot"

[prime.tittle.variants.round]
rank = 1
description = "Dots in i/j are round"
description = "Dots in `i`/`j` are round"
selector.tittle = "round"

[prime.tittle.variants.square]
rank = 2
description = "Dots in i/j are square"
description = "Dots in `i`/`j` are square"
selector.tittle = "square"


Expand Down

0 comments on commit 48cc4be

Please sign in to comment.