Update backtracking/magic_sequence.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Jxtopher 2021-07-14 08:14:33 +02:00 committed by GitHub
parent 95d18ce1e5
commit 0a8c1d3f91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,8 +45,8 @@ void print(const sequence_t& s) {
/**
* @brief Check if the sequence is magic
* @param s a magic sequence
* @return true if is a magic sequence
* @return false otherwise
* @returns true if it's a magic sequence
* @returns false if it's NOT a magic sequence
*
*/
bool is_magic(const sequence_t& s) {