summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/interface/InterfaceCore.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-05-05 21:38:50 +0000
committerKarl Berry <karl@freefriends.org>2019-05-05 21:38:50 +0000
commit675266a469958f9238613ad9e8ce6ae637736923 (patch)
tree869733d71acafaa19a1ce89c0c430d475448ae03 /Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/interface/InterfaceCore.lua
parent89916d9520fa753d876b1c3d0b300c91be1eb5d3 (diff)
pgf
git-svn-id: svn://tug.org/texlive/trunk@51018 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/interface/InterfaceCore.lua')
-rw-r--r--Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/interface/InterfaceCore.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/interface/InterfaceCore.lua b/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/interface/InterfaceCore.lua
index 8dfbae44850..8473eb3f109 100644
--- a/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/interface/InterfaceCore.lua
+++ b/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/interface/InterfaceCore.lua
@@ -18,7 +18,7 @@
-- |InterfaceToDisplay| use, in particular, the data structures
-- provided by this class.
--
--- @field binding This field stores the ``binding.'' The graph drawing
+-- @field binding This field stores the ``binding''. The graph drawing
-- system is ``bound'' to the display layer through such a binding (a
-- subclass of |Binding|). Such a binding can be thought of as a
-- ``driver'' in operating systems terminology: It is a small set of
@@ -28,7 +28,7 @@
-- completely new Lua instance.
--
-- @field scopes This is a stack of graph drawing scopes. All
--- interface methods refer to the top of this stack.
+-- interface methods refer to the top of this stack.
--
-- @field collection_kinds This table stores which collection kinds
-- have been defined together with their properties.
@@ -59,7 +59,7 @@ local InterfaceCore = {
-- The phase kinds
phase_kinds = {},
-
+
-- Internals for handling the options stack
option_stack = {},
option_cache_height = nil,
@@ -186,6 +186,6 @@ function InterfaceCore.convert(s,t)
end
--- Done
+-- Done
return InterfaceCore