8000 Update coderd/workspaces.go · coder/coder@aad577f · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aad577f

Browse files
Update coderd/workspaces.go
Co-authored-by: Bryan <bryan@coder.com>
1 parent 673c59d commit aad577f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/workspaces.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ func (api *api) postWorkspaceByUser(rw http.ResponseWriter, r *http.Request) {
137137
render.JSON(rw, r, convertWorkspace(workspace))
138138
}
139139

140-
// Returns a single single workspace.
140+
// Returns a single workspace.
141141
func (*api) workspaceByUser(rw http.ResponseWriter, r *http.Request) {
142142
workspace := httpmw.WorkspaceParam(r)
143143

0 commit comments

Comments
 (0)
0