Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aad577f

Browse files
Update coderd/workspaces.go
Co-authored-by: Bryan <[email protected]>
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)