Fixed a few small issues. There is one warning I can't figure out how to get rid of easily. It seems to be caused by referencing a macro in the top-level Amnesia module from itself -- this seems to work because it is mostly used by mixin?
warning: function Amnesia.result/1 is undefined or private
Found at 7 locations:
Fix some warnings caused by Elxir 1.3.0, as well as a few typos.
lib/amnesia.ex:159
lib/amnesia.ex:168
lib/amnesia.ex:194
lib/amnesia.ex:204
lib/amnesia.ex:229
lib/amnesia.ex:255
lib/amnesia.ex:281
Fixed a few small issues. There is one warning I can't figure out how to get rid of easily. It seems to be caused by referencing a macro in the top-level Amnesia module from itself -- this seems to work because it is mostly used by mixin?
The rest were typos or whatever.