Commit 654f0473 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

minor language fix

parent e6c23672
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
ABI - Application Binary Interface

  First, allow me to define the word for this context: ABI describes the
  low-level interface between an application program a library. Calling
  low-level interface between an application program and a library. Calling
  conventions, function arguments, return values, struct sizes/defines and
  more.