diff --git a/subjects/activebits.fr.md b/subjects/activebits.fr.md index fa44a926..96354229 100644 --- a/subjects/activebits.fr.md +++ b/subjects/activebits.fr.md @@ -4,8 +4,6 @@ Write a function, `ActiveBits`, that returns the number of active bits (bits with the value 1) in the binary representation of an integer number. -The function must have the next signature. - ### Expected function ```go