summaryrefslogtreecommitdiff
path: root/elm/Lib/Ffi.elm
diff options
context:
space:
mode:
Diffstat (limited to 'elm/Lib/Ffi.elm')
-rw-r--r--elm/Lib/Ffi.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/elm/Lib/Ffi.elm b/elm/Lib/Ffi.elm
index 6a2a5364..1df0c50f 100644
--- a/elm/Lib/Ffi.elm
+++ b/elm/Lib/Ffi.elm
@@ -5,7 +5,7 @@
-- This module is a hack to work around the lack of an FFI (Foreign Function
-- Interface) in Elm. The functions in this module are stubs, their
-- implementations are replaced by the Makefile with calls to
--- window.elmFfi_<name> and the actual implementations are in Ffi.js.
+-- window.elmFfi_<name> and the actual implementations are in 1-ffi.js.
--
-- Use sparingly, all of this will likely break in future Elm versions.
module Lib.Ffi exposing (..)