Ricardo Wurmus writes: > Christopher Baines writes: > >> Required for ruby-rubocop. >> >> * gnu/packages/ruby.scm (ruby-jaro-winkler): New variable. > […] >> + (description >> + "@code{jaro_winkler} is an implementation of Jaro-Winkler distance >> +algorithm. It is written in C extension and will fallback to a pure Ruby >> +implementation on platforms where this is unsupported.") > > “written in C” or “written as a C extension”? The latter. I've updated the patch to say "written as a C extension".