Commit 13a44c43 authored by charlie ablett's avatar charlie ablett

Merge branch 'cablett-tiny-comment-tweak' into 'master'

Fix a word in a comment

See merge request gitlab-org/gitlab!72546
parents 805a2f03 3c7a9b5e
......@@ -18,7 +18,7 @@ class Namespace < ApplicationRecord
ignore_column :delayed_project_removal, remove_with: '14.1', remove_after: '2021-05-22'
# Tells ActiveRecord not to store the full class name, in order to space some space
# Tells ActiveRecord not to store the full class name, in order to save some space
# https://gitlab.com/gitlab-org/gitlab/-/merge_requests/69794
self.store_full_sti_class = false
self.store_full_class_name = false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment