From 518fac701c5ce057b05761fdf6ac5c9fd6b6ad6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raphael=20Ara=C3=BAjo?= Date: Thu, 10 Oct 2024 15:01:13 -0600 Subject: [PATCH] Fixed comments about Excel extensions --- lib/mimemagic/tables.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/mimemagic/tables.rb b/lib/mimemagic/tables.rb index 11da9f6..3bcb399 100644 --- a/lib/mimemagic/tables.rb +++ b/lib/mimemagic/tables.rb @@ -128,8 +128,8 @@ def self.parse_database "application/vnd.openxmlformats-officedocument.wordprocessingml.document", # .docx "application/vnd.ms-powerpoint", # .pps "application/vnd.openxmlformats-officedocument.presentationml.slideshow", # .ppsx - "application/vnd.ms-excel", # .pps - "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", # .ppsx + "application/vnd.ms-excel", # .xls + "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", # .xlsx ] common_magics = common_types.map do |common_type|