Skip to content

Commit 3b61345

Browse files
committed
Use consistent terminology: XenAPI "messages" rather than "functions"
Signed-off-by: Rob Hoes <[email protected]>
1 parent 66d8f15 commit 3b61345

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_layouts/xenapi.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{{ content }}
66

7-
<h2>XenAPI Fields and Functions</h2>
7+
<h2>XenAPI Fields and Messages</h2>
88

99
<h3>Fields</h3>
1010

@@ -23,10 +23,10 @@ <h3>Fields</h3>
2323
{% endfor %}
2424
</table>
2525

26-
<h3>Functions</h3>
26+
<h3>Messages</h3>
2727

2828
<table>
29-
<tr><th>Function name</th><th>Description</th></tr>
29+
<tr><th>Message name</th><th>Description</th></tr>
3030
{% for c in site.data.xenapi %}
3131
{% assign class = c.name %}
3232
{% assign messages = c.messages | where:"tag",page.xenapi_tag | sort: "name" %}

0 commit comments

Comments
 (0)