about summary refs log tree commit diff
path: root/absl/random/zipf_distribution.h
diff options
context:
space:
mode:
Diffstat (limited to 'absl/random/zipf_distribution.h')
-rw-r--r--absl/random/zipf_distribution.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/random/zipf_distribution.h b/absl/random/zipf_distribution.h
index 1e4dba8b4e0c..d7b4ac38edac 100644
--- a/absl/random/zipf_distribution.h
+++ b/absl/random/zipf_distribution.h
@@ -264,6 +264,6 @@ std::basic_istream<CharT, Traits>& operator>>(
   return is;
 }
 
-}  // namespace absl.
+}  // namespace absl
 
 #endif  // ABSL_RANDOM_ZIPF_DISTRIBUTION_H_