Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hyazinthh committed Oct 30, 2023
1 parent d8cf8b9 commit 59ac643
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Aardvark.Base.FSharp/Color/ColorBrewer.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ open System
open System.Collections
open System.Collections.Generic

/// Brewer color schemes designed for chloropleth map visualizations.
/// Brewer color schemes designed for choropleth map visualizations.
module ColorBrewer =

[<Flags>]
Expand Down
2 changes: 1 addition & 1 deletion src/Aardvark.Base.FSharp/Color/ColorBrewerSchemes.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace Aardvark.Base
module ColorBrewerSchemes =
open ColorBrewer

/// Brewer color schemes designed for chloropleth map visualizations.
/// Brewer color schemes designed for choropleth map visualizations.
module ColorBrewer =

module Scheme =
Expand Down
2 changes: 1 addition & 1 deletion src/Aardvark.Base.FSharp/Color/ColorBrewerSchemes.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ let writeToFile() =
writeln 0 "module ColorBrewerSchemes ="
writeln 1 "open ColorBrewer"
writeln 0 ""
writeln 1 "/// Brewer color schemes designed for chloropleth map visualizations."
writeln 1 "/// Brewer color schemes designed for choropleth map visualizations."
writeln 1 "module ColorBrewer ="
writeln 0 ""
writeln 2 "module Scheme ="
Expand Down

0 comments on commit 59ac643

Please sign in to comment.