Apply suggestions from code review

Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
This commit is contained in:
Asger F
2021-08-03 08:45:56 +02:00
committed by GitHub
parent be8c574d5c
commit ff17d298b0

View File

@@ -75,7 +75,7 @@ module Vuex {
/**
* Gets the options object passed to a Vuex store creation or one of its modules,
* with `namespace` bound its namespace.
* with `namespace` bound to the namespace of the store.
*/
API::Node storeConfigObject(string namespace) {
result = vuex().getMember("Store").getParameter(0) and namespace = ""