doc(interface-types) Fix typos.

This commit is contained in:
Ivan Enderlin
2020-04-03 14:46:59 +02:00
parent 858233a66d
commit 643659801c
3 changed files with 4 additions and 4 deletions

View File

@ -53,7 +53,7 @@ pub enum InterfaceType {
Record(RecordType),
}
/// Representing a record type.
/// Represents a record type.
#[derive(PartialEq, Debug, Clone)]
pub struct RecordType {
/// Types representing the fields.