Skip to content

Commit 7a77e4a

Browse files
committed
Fixing an XML comment
1 parent 287cd6f commit 7a77e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2. Web API now calls Microsoft Graph/TodoListService/Controllers/TodoListController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public TodoListController(ITokenAcquisition tokenAcquisition)
3636
static readonly ConcurrentBag<TodoItem> TodoStore = new ConcurrentBag<TodoItem>();
3737

3838
/// <summary>
39-
/// /// The Web API will only accept tokens 1) for users, and
39+
/// The Web API will only accept tokens 1) for users, and
4040
/// 2) having the access_as_user scope for this API
4141
/// </summary>
4242
static readonly string[] scopeRequiredByApi = new string[] { "access_as_user" };

0 commit comments

Comments
 (0)