Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Correct nomenclature
  • Loading branch information
eneroth committed Jun 18, 2025
commit 3d2b372a471c2805065be2ae3257db0bf26c0cc2
2 changes: 1 addition & 1 deletion crates/oxide/src/extractor/pre_processors/clojure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ impl PreProcessor for Clojure {
// Keep the `.` as-is
}

// A `:` surrounded by letters denotes a pseudo-class. Keep as is.
// A `:` surrounded by letters denotes a variant. Keep as is.
//
// E.g.:
// ```
Expand Down