Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor variant documentation corrections. #2463

Merged
merged 1 commit into from
Aug 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading