Skip to content

Commit

Permalink
Minor change to preamble comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrogz committed Feb 8, 2013
1 parent 22b6212 commit bc7977d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slaxml.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
--[=====================================================================[
SAX-like streaming XML parser for Lua
Copyright © 2013 Gavin Kistner <!@phrogz.net>; MIT Licensed
v0.1 Copyright © 2013 Gavin Kistner <!@phrogz.net>; MIT Licensed
See http://github.com/Phrogz/SLAXML for details.
--]=====================================================================]
SLAXML = {
VERSION = "0.1",
ignoreWhitespace = true,
_call = {
pi = function(target,content)
Expand Down

0 comments on commit bc7977d

Please sign in to comment.