diff options
author | Oleksandr Redko <[email protected]> | 2023-05-18 12:05:56 +0300 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2023-05-18 21:25:27 +0200 |
commit | 610cedaa61cf1f318ecd4a7818a896b1e56e7662 (patch) | |
tree | 3c206f0386b05b44ec1f3bd00f9d96f6904c8446 /resources/resource_transformers | |
parent | 24e7d0c174a24a016f65be46765ab9c795e1e123 (diff) | |
download | hugo-610cedaa61cf1f318ecd4a7818a896b1e56e7662.tar.gz hugo-610cedaa61cf1f318ecd4a7818a896b1e56e7662.zip |
all: Fix comments for exported functions and packages
Diffstat (limited to 'resources/resource_transformers')
-rw-r--r-- | resources/resource_transformers/tocss/dartsass/client.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/resource_transformers/tocss/dartsass/client.go b/resources/resource_transformers/tocss/dartsass/client.go index f45e6537a..f358b93e5 100644 --- a/resources/resource_transformers/tocss/dartsass/client.go +++ b/resources/resource_transformers/tocss/dartsass/client.go @@ -11,7 +11,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Package godartsass integrates with the Dass Sass Embedded protocol to transpile +// Package dartsass integrates with the Dass Sass Embedded protocol to transpile // SCSS/SASS. package dartsass |