From 3184900799af7ad7c506a1d6744a186edab0bace Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= <essen@ninenines.eu>
Date: Tue, 31 May 2022 09:58:45 +0200
Subject: Tiny docs tweak

---
 doc/src/guide/xref.asciidoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'doc')

diff --git a/doc/src/guide/xref.asciidoc b/doc/src/guide/xref.asciidoc
index 725f40c..2cfe2e0 100644
--- a/doc/src/guide/xref.asciidoc
+++ b/doc/src/guide/xref.asciidoc
@@ -164,13 +164,13 @@ functions and modules to ignore project-wide. It
 accepts either MFAs or modules:
 
 [source,make]
-XREF_IGNORE={my_mod, log, 1}
+XREF_IGNORE = {my_mod, log, 1}
 
 Multiple ignores must be provided as an Erlang
 list:
 
 [source,make]
-XREF_IGNORE=[{my_mod, log, 1}, other_mod]
+XREF_IGNORE = [{my_mod, log, 1}, other_mod]
 
 By default Erlang.mk will ignore unused exports
 for behavior callbacks when the `exports_not_used`
-- 
cgit v1.2.3