Skip to content

Commit

Permalink
Fix for AlwaysOpen start event (#61)
Browse files Browse the repository at this point in the history
* Fixed 2.0/event.md
* Fixed 3.0/event.md
  • Loading branch information
Kralizek committed Sep 11, 2019
1 parent 58cfe58 commit f63fa3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions documentation/2.0/event.md
Expand Up @@ -110,12 +110,12 @@ Additionally, you can specify an year. If not specified, the event is assumed to
<start xsi:type="Semester" semester="Spring" />
```

#### Always on
#### Always open

An event start of type [`AlwaysOn`](../../schemas/2.0/event-start-info.xsd#L54-L58) is used when an event is always ready to start. It does not require additional information.
An event start of type [`AlwaysOpen`](../../schemas/2.0/event-start-info.xsd#L54-L58) is used when an event is always ready to start. It does not require additional information.

```xml
<start xsi:type="AlwaysOn" />
<start xsi:type="AlwaysOpen" />
```

#### Text
Expand Down
6 changes: 3 additions & 3 deletions documentation/3.0/event.md
Expand Up @@ -128,12 +128,12 @@ Additionally, you can specify an year (in 4 digit format). If not specified, the
<start xsi:type="Semester" semester="Spring" />
```

#### Always on
#### Always open

An event start of type [`AlwaysOn`](../../schemas/3.0/event-start-info.xsd#L54-L58) is used when an event is always ready to start. It does not require additional information.
An event start of type [`AlwaysOpen`](../../schemas/3.0/event-start-info.xsd#L54-L58) is used when an event is always ready to start. It does not require additional information.

```xml
<start xsi:type="AlwaysOn" />
<start xsi:type="AlwaysOpen" />
```

#### Text
Expand Down

0 comments on commit f63fa3f

Please sign in to comment.