Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif authored and sjakobi committed Jul 8, 2018
1 parent f719c1e commit f5413b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/hcar/threepennygui-2016-11.tex
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ \subsubsection*{Future development}
\begin{itemize}
\item Improve performance by batching FFI calls.
This has already been partially implemented,
but more library calls should be made batcheable.
but more library calls should be made batchable.
\item Integrate with \href{http://electron.atom.io/}{Electron}, a new framework for developing desktop applications with HTML and JavaScript.
\end{itemize}

Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/UI/Threepenny/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ mkElementNamespace namespace tag = do
--
-- This operation removes the element from the browser window DOM
-- and marks it for garbage collection on the Haskell side.
-- The element is unuseable afterwards.
-- The element is unusable afterwards.
--
-- NOTE: If you wish to temporarily remove an element from the DOM tree,
-- change the 'children' property of its parent element instead.
Expand Down

0 comments on commit f5413b3

Please sign in to comment.