Remove wrong documentation

This commit is contained in:
Christian Treffs 2020-07-30 16:18:35 +02:00
parent 85debd9852
commit bcbd9bb31c
No known key found for this signature in database
GPG Key ID: 49A4B4B460BE3ED4
1 changed files with 0 additions and 7 deletions

View File

@ -46,13 +46,6 @@ extension Nexus {
/// Position(x: 1, y: 2)
/// Name(name: "Some name")
/// }
///
/// // -- or --
///
/// let compA = Position(x: 1, y: 2)
/// let compB = Name(name: "Some name")
///
/// let newEntity = nexus.createEntity { compA; compB }
/// ```
/// - Parameter builder: The component builder.
/// - Returns: The newly created entity with the provided components assigned.