diff --git a/store/postgres/src/relational.rs b/store/postgres/src/relational.rs index e11a59266cc..2f053fe7ba7 100644 --- a/store/postgres/src/relational.rs +++ b/store/postgres/src/relational.rs @@ -215,7 +215,7 @@ pub struct Layout { impl Layout { /// Generate a layout for a relational schema for entities in the /// GraphQL schema `schema`. The name of the database schema in which - /// the subgraph's tables live is in `schema`. + /// the subgraph's tables live is in `site`. pub fn new(site: Arc, schema: &Schema, catalog: Catalog) -> Result { // Extract enum types let enums: EnumMap = schema