Skip to content
Snippets Groups Projects
  • Udo Klein's avatar
    bd723bd5
    removed lambda from sortByKey() · bd723bd5
    Udo Klein authored
    According to the documentation the sortByKey method does not take a lambda as an argument, thus the example is flawed. Removed the argument completely as this will default to ascending sort.
    
    Author: Udo Klein <git@blinkenlight.net>
    
    Closes #10640 from udoklein/patch-1.
    bd723bd5
    History
    removed lambda from sortByKey()
    Udo Klein authored
    According to the documentation the sortByKey method does not take a lambda as an argument, thus the example is flawed. Removed the argument completely as this will default to ascending sort.
    
    Author: Udo Klein <git@blinkenlight.net>
    
    Closes #10640 from udoklein/patch-1.