mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 09:27:59 +00:00
Clarify wording in the new traits section.
Revisiting it today I realised that I'd written 'implementation structure' where I meant 'instance structure'.
This commit is contained in:
parent
f7adf7bca0
commit
6fc0eb29ac
@ -669,8 +669,9 @@ late as you like which vtable to pass to it.
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
\b The \e{implementation} structure can also contain publicly visible
|
\b The abstract \e{instance} structure can also contain publicly
|
||||||
data fields (this time, usually treated as mutable). For example,
|
visible data fields (this time, usually treated as mutable) which are
|
||||||
|
common to all implementations of the trait. For example,
|
||||||
\cw{BinaryPacketProtocol} has lots of these.
|
\cw{BinaryPacketProtocol} has lots of these.
|
||||||
|
|
||||||
\b Not all abstractions of this kind want virtual constructors. It
|
\b Not all abstractions of this kind want virtual constructors. It
|
||||||
|
Loading…
Reference in New Issue
Block a user