From a3e22765b7749fd2edbb949c985efee37da7bff5 Mon Sep 17 00:00:00 2001 From: R3T4RD3D Date: Tue, 11 Apr 2017 18:56:40 +0200 Subject: [PATCH] Add missing table item --- docs/types/USER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/types/USER.md b/docs/types/USER.md index 562014b..3abe0fb 100644 --- a/docs/types/USER.md +++ b/docs/types/USER.md @@ -64,7 +64,7 @@ Name | Type | Description ---- | ---- | ----------- `type` | `GameType`(enum) | Whether the user is just playing the game or streaming it. `name` | `str` | Name of the game -`url` | Stream URL. Only validated when `GameType` is `STREAMING`. +`url` | `str` | Stream URL. Only validated when `GameType` is `STREAMING`. ## Enums