Explorar o código

update backend refactor doc

Alexander Belanger %!s(int64=4) %!d(string=hai) anos
pai
achega
c7897f8976
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/developing/backend-refactor.md

+ 1 - 1
docs/developing/backend-refactor.md

@@ -52,7 +52,7 @@ Thus, subsequent endpoint can simply call the following:
 proj, _ := r.Context().Value(types.ProjectScope).(*models.Project)
 proj, _ := r.Context().Value(types.ProjectScope).(*models.Project)
 ```
 ```
 
 
-Note that **we assume the resource is populated** -- we do not check for this condition, since this is the function of the middleware.
+Note that **we assume the resource is populated in subsequent handlers** -- we do not check for this condition, since this is the function of the middleware.
 
 
 ## Migrating Existing Handlers
 ## Migrating Existing Handlers