diogoalexandrefranco / cl-strings

A portable, dependency-free set of utilities to manipulate strings in Common Lisp
MIT License
46 stars 7 forks source link

More meaningful argument names for starts-with and ends-with #7

Closed svetlyak40wt closed 6 years ago

svetlyak40wt commented 6 years ago

I always have to lookup the documentation because function's signature is too vague about meaning of the "target" argument.

This small fix suggest better naming.

diogoalexandrefranco commented 6 years ago

That was quite vague indeed. Thanks for helping! :+1: