chiark / gitweb /
doc/concepts.tex: Fix cross-reference to compatibility section.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 27 Jul 2019 13:40:55 +0000 (14:40 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 27 Jul 2019 13:56:30 +0000 (14:56 +0100)
doc/concepts.tex

index c729490ad19e97da342ecdd20160485d6cd85ff0..5cb57bc6781304c13cb487e6bcaa5a4747259dda 100644 (file)
@@ -271,7 +271,7 @@ slots.  If you want to hide implementation details, the best approach is to
 stash them in a dynamically allocated private structure, and leave a pointer
 to it in a slot.  (This will also help preserve binary compatibility, because
 the private structure can grow more members as needed.  See
-\xref{sec:fixme.compatibility} for more details.)
+\xref{sec:concepts.compatibility} for more details.)
 
 
 \subsubsection{Vtables}